GCC Compiler Question:

The assembly code is converted into the machine code by:
a) compiler
b) assembler
c) linker
d) none of the mentioned

Linux GCC Compiler Interview Question
Linux GCC Compiler Interview Question

Answer:

b) assembler


Previous QuestionNext Question
The preprocessor removes the _______ from the source code.
a) comments
b) header files
c) both (a) and (b)
d) none of the mentioned
If google.c is compiled with GCC, then the google.s file will contain the:
a) assembly code
b) machine code
c) preprocessed code
d) expanded source code