|
Chapter 1
|
Introduction Of C Language |
what is C? |
Where we use C? |
Application of c |
|
Chapter 2
|
Structure of c Program |
Compiler in C |
Comments & Keywords |
Data types& Variable |
Input and output programs |
|
Chapter 3
|
What is an operator? |
Types Of operators |
Basic programs |
assignment |
|
Chapter 4
|
Decision making statements |
Types of statements |
If statement and examples |
If else statement and examples |
Nested if else statement and example |
Switch case and examples |
|
Chapter 5
|
What is loop? |
Types of loops |
For loop and examples |
while loop and examples |
Do-while loop and examples |
Break and continue statement |
|