Basics
C – Comments |
C – Data types |
C- Variables |
C – type conversion |
C – Constants |
Operators
C – arithmetic operators |
C – Relational operators |
C – Logical operators |
C – bitwise operators |
C- Assignment operators |
C – Unary Operators |
C – ternary operator |
C – sizeof operator |
Control Structures
C – if statement |
C – for loops |
C – switch statement |
C- while loop |
C – break statement |
C – continue statement |
Pointers
C – Pointers |
C – NULL pointer |
C – Pointer arithmetic |
C – Pointers to pointers |
C – array of pointers |
Misc
C – Structures |
C – Booleans |
C – Preprocessor directives |
C – Function Call by Value |
C – Function Call by Reference |