GCC Compiler Question:
Download Questions PDF

The object file contains the:
a) assembly code
b) machine code
c) modified source code
d) none of the mentioned

Linux GCC Compiler Interview Question
Linux GCC Compiler Interview Question

Answer:

b) machine code

Download Linux GCC Compiler Interview Questions And Answers PDF

Previous QuestionNext Question
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
If we do not specify the executable file name at the compilation time in GCC, then in linux the compiler creates executable named as:
a) a.out
b) a.exe
c) x.out
d) x.exe