2.
3.
4.
• The C library
• Compiling in C
• Data Types in C
• Identifier Names
• Variables
• Declaring Variables
Console Input and Output
• Preprocessor Directives
• Reading / Writing characters
• String I/O operations
• Formatted console I/O
• Print ( )
• Scan ( )
Arithmetic in C
• Ass ign ment O pera tor
• M u l ti p l e Ass ig n me n ts
• Ar ith me tic O per ators
• Binar y Oper ators
• Un ar y O per ators
• Incr emen t a nd d ecremen t o per ators
• Ar ith me tic Expr essions
• Prec ede nce o f op era to rs
• R e la t io na l a nd log ic a l o per a tors
• T he ? op era tor
• The comma operator
Program Control Statements
•
•
Selection constructs
- If statement and its variants
- Switch statement
Iteration Costructs
92