GCC Compiler Question:
Download Questions PDF

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

Linux GCC Compiler Interview Question
Linux GCC Compiler Interview Question

Answer:

a) -ansi

Download Linux GCC Compiler Interview Questions And Answers PDF

Previous QuestionNext Question
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
Preprocessed files are given the file extension _____ for c++ programs.
a) .i
b) .ii
c) .iii
d) none of the mentioned