// MODULE 01

Hello World & Compilation

Your first C program, the compilation pipeline (preprocessor, compiler, assembler, linker), and using gcc.

Hello World & Compilation

Topics Covered


Content coming soon. This module will walk through the classic "Hello, World!" program, explain each line, and then dive into what actually happens when you compile a C program — from source code to executable binary.