GCC Compiler Question:
Download Questions PDF

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

Linux GCC Compiler Interview Question
Linux GCC Compiler Interview Question

Answer:

a) assembly code

Download Linux GCC Compiler Interview Questions And Answers PDF

Previous QuestionNext Question
The assembly code is converted into the machine code by:
a) compiler
b) assembler
c) linker
d) none of the mentioned
The object file contains the:
a) assembly code
b) machine code
c) modified source code
d) none of the mentioned