Main.c Link

: Returning 0 is the standard way to tell the operating system that everything went well. 3. How to Compile and Run

: Lines starting with #include , like , tell the compiler to include necessary tools for functions like printf() . main.c

: Type ./my_program (on Mac/Linux) or my_program.exe (on Windows) to see your output. C Programming Full Course for free ⚙️ : Returning 0 is the standard way to

: Open your terminal and type gcc main.c -o my_program . main.c