Main.c -
: Lines starting with #include , like , tell the compiler to include necessary tools for functions like printf() .
Once you have created your main.c file using an editor like Visual Studio Code , you can turn it into a runnable program using a compiler like : main.c
: Type ./my_program (on Mac/Linux) or my_program.exe (on Windows) to see your output. C Programming Full Course for free ⚙️ : Lines starting with #include , like ,
: All your "piece" or logic must be contained within these curly brackets. : Lines starting with #include