clock tech
How to Run C Program in Ubuntu Linux [Terminal & GUI Methods]
How to program in C under Linux? It really is very simple and consists of three simple steps. Step one: You write your program and save the file with the .c extension. For example my_program.c. Step two: You compile the program and create an object file with the gcc compiler Read more…