using C Flashcards
1
Q
how do you get to the required file in terminal
A
use cd filename
2
Q
how do you compile a c program
A
use cc filename
3
Q
what is the name of the compiled file in c
A
a.out
4
Q
how do you run code after compiling in c
A
./a.out
5
Q
what is a.out
A
a built executable