GCC Compiler Question:
Download Questions PDF

The a.out file is in the:
a) ELF format
b) EXE format
c) both (a) and (b)
d) none of the mentioned

Linux GCC Compiler Interview Question
Linux GCC Compiler Interview Question

Answer:

a) ELF format

Download Linux GCC Compiler Interview Questions And Answers PDF

Previous QuestionNext Question
The preprocessor creates the file with extension:
a) .a
b) .i
c) .s
d) .o
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