GCC

GNU COMPILER COLLECTION

gcc -Wall myfirst.c -o myfirst

gcc −g −o myfirst myfirst.c

gcc myfirst.c -g -o myfirst