C programming for exam > using C > Flashcards
how do you get to the required file in terminal
use cd filename
how do you compile a c program
use cc filename
what is the name of the compiled file in c
a.out
how do you run code after compiling in c
./a.out
what is a.out
a built executable