GCC Compiler Question:

The preprocessor removes the _______ from the source code.
a) comments
b) header files
c) both (a) and (b)
d) none of the mentioned

Linux GCC Compiler Interview Question
Linux GCC Compiler Interview Question

Answer:

a) comments


Previous QuestionNext Question
Which one of the following command can be used to provide executable permissions for a file?
a) chmod +x
b) chmod 777
c) both (a) and (b)
d) none of the mentioned
The assembly code is converted into the machine code by:
a) compiler
b) assembler
c) linker
d) none of the mentioned