3.Operators statements | ||
3.1.Operators( 5 ) | 3.11.complement( 2 ) | |
3.2.relational and logical operators( 6 ) | 3.12.XOR( 2 ) | |
3.3.prefix postfix increment decrement operators( 2 ) | 3.13.if statement( 9 ) | |
3.4.Comma operator( 4 ) | 3.14.switch( 7 ) | |
3.5.modulus operator( 4 ) | 3.15.for loop( 15 ) | |
3.6.sizeof( 6 ) | 3.16.while( 10 ) | |
3.7.tenary operator( 4 ) | 3.17.do while( 4 ) | |
3.8.bitwise operator( 2 ) | 3.18.break( 4 ) | |
3.9.bitwise AND( 3 ) | 3.19.continue( 3 ) | |
3.10.bitwise OR( 2 ) | 3.20.goto( 2 ) |