Q802
Which one of the following command creates the executable file hello.out?
A.
gcc -o example.c
B.
gcc example.c
C.
gcc -o hello.out
D.
gcc hello.out
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board