Vidyalelo
Computer Science · Q802

Linux

Engineering and GATE · Computer Science · question 802

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board