GCC Compiler Question:
Download Questions PDF

Which option of gcc adds include directory of header files?
a) -i
b) -I
c) -e
d) -E

Linux GCC Compiler Interview Question
Linux GCC Compiler Interview Question

Answer:

b) -I

Download Linux GCC Compiler Interview Questions And Answers PDF

Previous QuestionNext Question
Which option of gcc enables compiler's all warning messages?
a) -Wall
b) -War
c) -Warn
d) none of the mentioned
The command "as -o google.o google.s" will:
a) generate object file google.o
b) provide an error if google.s exists
c) both (a) and (b)
d) none of the mentioned