
How to Compile C program in Linux/Unix ?:
Some people have doubts about how to compile C source code in Linux/Unix.Firstly you need GNU project C and C++ compiler for compiling C program and create executable(EXE) file.Most Linux and Unix user start compiling their C program by the name cc.But you can use gcc command to compile program.
First make sure you have gcc installed.
Type the following Command in Terminal to verify that gcc is installed:which ...