Posts

Showing posts from September, 2016

Running a C program in Ubuntu Linux

write and save file with a .c suffix lets call it prog1.c compile the program  gcc -o prog1 prog1.c execute the program ./prog1