GCC Compiler Question:
Download Questions PDF

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

Linux GCC Compiler Interview Question
Linux GCC Compiler Interview Question

Answer:

a) preprocessing -> compilation -> assemble -> linking

Download Linux GCC Compiler Interview Questions And Answers PDF

Previous QuestionNext Question
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
Which option of gcc looks in the provided directory for library files?
a) -l
b) -L
c) -link
d) none of the mentioned