GCC Compiler Question:
Download Questions PDF

Pipes are used rather than temporary files for communication between the various stages of compilation in gcc when:
a) -pipe option is used
b) -temp option is used
c) -disable -temp option is used
d) none of the mentioned

Linux GCC Compiler Interview Question
Linux GCC Compiler Interview Question

Answer:

a) -pipe option is used

Download Linux GCC Compiler Interview Questions And Answers PDF

Previous QuestionNext Question
The option -fsyntax-only of gcc:
a) checks the code for syntax error
b) checks the code for fatal error
c) both (a) and (b)
d) none of the mentioned
Which gcc option stops compilation process after preprocessing stage?
a) -e
b) -f
c) -E
d) -F