1
Hello World in C
The structure of a C program.
Start Module
1
Hello World in C
Write your first C program and understand the structure of a C file.
Start Module
2
Pointers & Memory
Understand how memory works directly.
Start Module
2
Variables & printf
Declare variables and print output using printf and scanf.
Start Module
3
Arrays & Strings
Handling collections of data.
Start Module
3
Operators & Expressions
Use arithmetic, relational, and logical operators in C.
Start Module
4
Control Flow
Use if/else, switch-case, and loops to control program execution.
Start Module
5
Arrays & Strings
Work with arrays and string manipulation functions in C.
Start Module
6
Functions & Pointers
Understand functions, pass by value/reference, and pointers.
Start Module