GCC Compiler Question:
Download Questions PDF

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

Linux GCC Compiler Interview Question
Linux GCC Compiler Interview Question

Answer:

d) all of the mentioned

Download Linux GCC Compiler Interview Questions And Answers PDF

Previous QuestionNext Question
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
The correct sequence of GCC compilation process is:
a) preprocessing -> compilation -> assemble -> linking
b) assemble -> preprocessing -> compilation -> linking
c) preprocessing -> assemble -> compilation -> linking
d) none of the mentioned