The Structure of the C Program
Compiling a C Program
Variable Names; Data Types; Declarations
Assignment Operator; Constants
Initialis. of Variables; Enumeration Types
printf( ); getchar( )
Expressions & Operators
Arithmetic Operators; Expression Evaluation
Increment & Decrement Operators
Bitwise Logical Operators
Compound Assignment Operators
Type Conversion; Comma Operator
Order of Precedence
Flow Control of a Program
Types of Flow Control Statements
Boolean ,Logic, Relational Operators
if-else-if Chain; Nested if Statements
Conditional Operator;
Switch; While loop; Do-while Loop;
For Loop,Break,Continue Statements
exit( ) Statement; goto Statement