hi

well i know the procedure to compile the c/c++ code in windows but i 
dont have an idea how does it proceed in GNU/Linux.

the general format of the code as i know is

-------------------------------------------------
#include<header file>

int main(int argc,char *argv[])
{
/*...............

.................

................*/

return 0;}

but during compilation
we go to command prompt.. go to the reqd directory and type

gcc filename.c


and in response a file is generated named as "a.out"

how to run this file???

Reply via email to