GCC Compiler Question:
Download Questions PDF

The command "gcc -S google.c" will:
a) stop compilation process after the generation of assembly code file
b) generate google.s file
c) both (a) and (b)
d) none of the mentioned

Linux GCC Compiler Interview Question
Linux GCC Compiler Interview Question

Answer:

c) both (a) and (b)

Download Linux GCC Compiler Interview Questions And Answers PDF

Previous QuestionNext Question
The assembly code generated depends upon the:
a) processor architecture
b) RAM size
c) both (a) and (b)
d) none of the mentioned
Which gcc option turns off certain features of gcc that are incompatible with ISO C89?
a) -ansi
b) -ISO
c) -ver
d) none of the mentioned