GCC Compiler Question:
Download Questions PDF

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

Download Linux GCC Compiler Interview Questions And Answers PDF

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