Currently Empty: $0.00
Curriculum
- 5 Sections
- 28 Lessons
- 4 Weeks
Expand all sectionsCollapse all sections
- Week 1: Introduction & Basics7
- 1.1Introduction to C – History, Features, and Applications
- 1.2Setting Up the Environment – Installing a Compiler (GCC, Turbo C, Code::Blocks)
- 1.3Basic Structure of a C Program – main(), Header Files, Compilation & Execution
- 1.4Variables and Data Types – int, float, char, double, etc.
- 1.5Input & Output in C – printf(), scanf(), gets(), puts()
- 1.6Operators in C – Arithmetic, Relational, Logical, Bitwise, Assignment
- 1.7Control Statements – Part 1 – if, if-else, nested if, else-if ladder
- Week 2: Control Flow & LoopsControl Statements - Part 2 – switch-case Statement6
- 2.1Loops in C – Part 1 – for Loop and its Variations
- 2.2Loops in C – Part 2 – while Loop and do-while Loop
- 2.3Break, Continue, and Goto Statements – Loop Control
- 2.4Functions in C – Part 1 – Defining & Calling Functions, Return Values
- 2.5Functions in C – Part 2 – Function Arguments, Call by Value & Reference
- 2.6Recursion in C – Concept, Examples, and Differences from Iteration
- Week 3: Arrays, Strings & Pointers0
- Arrays in C - Part 1 – 1D Arrays: Declaration, Initialization, and Operations6
- 4.1Arrays in C – Part 2 – 2D Arrays (Matrices) & Multi-Dimensional Arrays
- 4.2Strings in C – Part 1 – Character Arrays, String Input/Output
- 4.3Strings in C – Part 2 – String Functions (strlen(), strcpy(), strcmp(), strcat())
- 4.4Pointers in C – Part 1 – Basics, Pointer Arithmetic
- 4.5Pointers in C – Part 2 – Pointers and Arrays, Pointers to Functions
- 4.6Dynamic Memory Allocation – malloc(), calloc(), realloc(), free()
- Week 4: Advanced Concepts & File Handling9
- 5.1Structures in C – Part 1 – Declaring & Using Structures
- 5.2Structures in C – Part 2 – Nested Structures, Array of Structures
- 5.3Unions & Enumerations – Differences Between Structure & Union
- 5.4File Handling – Part 1 – File Operations (fopen(), fclose(), fprintf(), fscanf())
- 5.5File Handling – Part 2 – Reading & Writing Files, fgets(), fputs()
- 5.6Preprocessor Directives – #define, #include, #ifdef, #ifndef
- 5.7Command Line Arguments – How to Pass Arguments to main()
- 5.8Error Handling & Debugging – Common Errors, Debugging Techniques
- 5.9Mini Project & Revision – Simple C Project (Calculator, Student Record System, etc.)
Setting Up the Environment – Installing a Compiler (GCC, Turbo C, Code::Blocks)
Next