The command "gcc -S demo.c" will
A. stop compilation process after the generation of assembly code file
B. generate demo.s file
C. stop compilation process after the generation of assembly code file & generate demo.s file
D. none of the mentioned
Answer: Option C

Join The Discussion