Unit-2 :
Input and output with C: Formatted I/O functions - printf and scanf, control stings and
escape sequences. Unformatted I/O functions - getchar, putchar, gets and puts functions.
Arithmetic operators,Relational operators,Logical operators, Assignment operators,
Increment & Decrement operators, Bitwise operators, Conditional operator, Special
operators, Operator Precedence and Associativity, Evaluation of arithmetic expressions.
Control Structures - if, if_else, Switch Case, goto, break & continue statements. Looping
Statements - while, do-while, for loops, Nested loops.