GCC Compiler Question:
Download Questions PDF

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

Linux GCC Compiler Interview Question
Linux GCC Compiler Interview Question

Answer:

a) preprocessor directives

Download Linux GCC Compiler Interview Questions And Answers PDF

Previous QuestionNext Question
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
The COFF stands for:
a) common object file format
b) combined operation for file formats
c) combined object file format
d) none of the mentioned