GCC Compiler Question:
Download Questions PDF

The compiler converts:
a) assembly code into machine code
b) preprocessed source code into assembly code
c) machine code into assembly code
d) none of the mentioned

Linux GCC Compiler Interview Question
Linux GCC Compiler Interview Question

Answer:

b) preprocessed source code into assembly code

Download Linux GCC Compiler Interview Questions And Answers PDF

Previous QuestionNext Question
The a.out file is in the:
a) ELF format
b) EXE format
c) both (a) and (b)
d) none of the mentioned
What is the role of linker in the compilation process?
a) linker links the object code with the library code
b) linker converts machine code into executable machine code
c) linker generates an executable file
d) all of the mentioned