using C Flashcards

1
Q

how do you get to the required file in terminal

A

use cd filename

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

how do you compile a c program

A

use cc filename

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what is the name of the compiled file in c

A

a.out

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

how do you run code after compiling in c

A

./a.out

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what is a.out

A

a built executable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly