GCC Compiler Question:
Download Questions PDF

Which option of gcc inhibit all warning messages?
a) -w
b) -x
c) -y
d) -z

Linux GCC Compiler Interview Question
Linux GCC Compiler Interview Question

Answer:

a) -w

Download Linux GCC Compiler Interview Questions And Answers PDF

Previous QuestionNext Question
Which gcc option stops compilation process after preprocessing stage?
a) -e
b) -f
c) -E
d) -F
The assembly code generated depends upon the:
a) processor architecture
b) RAM size
c) both (a) and (b)
d) none of the mentioned