How To Compile Your Program: C-Compilers
How To Compile Your Program: C-Compilers
C-Compilers :
Turbo C/C++
-Wall : turns on all the most commonly used compiler warning. (Optional)
Note : $ gcc program.c will give you executable a.out with no warning even if you
have warnings
$ ./program