GCC Compiler Question:
Download Questions PDF

In the pre-processing stage of compilation:
a) header files are actually expanded and included in the source code of the program
b) macros are replaced by their respective values
c) all the comments are stripped off
d) all of the mentioned

Linux GCC Compiler Interview Question
Linux GCC Compiler Interview Question

Answer:

d) all of the mentioned

Download Linux GCC Compiler Interview Questions And Answers PDF

Previous QuestionNext Question
Preprocessed files are given the file extension _____ for c++ programs.
a) .i
b) .ii
c) .iii
d) none of the mentioned
The lines in our code that begin with the "#" character are:
a) pre-processor directives
b) macros
c) header files
d) none of the mentioned