PDA

View Full Version : C compilation


Maria Joseph
Aug 17, 2009, 09:30 PM
C compilation procedure

patilrok
Sep 4, 2009, 03:29 AM
If you are working on windows platform then press Alt+F9 to compile...

On linux platform try gcc file_name.c to compile and ./a.out to run program

akhileshchandra
Sep 6, 2009, 02:45 AM
C compilation procedure language