Boost your skills with our expert training
Duration: 60 Days | Total Hours: 60+ | Fee 5000/-
| Day | Chapter | Topics | Hours |
|---|---|---|---|
| Day 1-2 | Introduction | History, Features, Structure of C Program, Compilation Process | 2 |
| Day 3-5 | Data Types & Variables | Variables, Constants, Data Types, Type Modifiers, Identifiers | 3 |
| Days 6–8 | Operators & Expressions | Arithmetic, Relational, Logical, Bitwise, Assignment, Ternary | 3 |
| Days 9–13 | Control Statements | if, if-else, nested if, switch, break, continue, goto | 5 |
| Days 14–18 | Loops | for, while, do-while, nested loops | 5 |
| Days 19–25 | Functions | Function Declaration, Definition, Recursion, Call by Value/Reference | 7 |
| Days 26–29 | Arrays | 1D, 2D Arrays, Array Initialization, String Handling | 4 |
| Day 30-35 | Pointers | Pointers Declaration, Arithmetic, Pointer to Array, Functions | 5 |
| Day 36-40 | Structures & Unions | Declaring, Initializing, Nested Structures, Union Usage | 5 |
| Days 45-50 | File Handling | fopen, fclose, fread, fwrite, fprintf, fscanf, Modes of File | 5 |
| Days 51–54 | Dynamic Memory & Class | malloc, calloc, realloc, free, Memory Leaks | 3 |
| Days 55–57 | Preprocessor Directivese | #define, #include, #if, #ifdef, Macros | 2 |