GCC Compiler Question:
Download Questions PDF

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

Linux GCC Compiler Interview Question
Linux GCC Compiler Interview Question

Answer:

a) a.out

Download Linux GCC Compiler Interview Questions And Answers PDF

Previous QuestionNext Question
The object file contains the:
a) assembly code
b) machine code
c) modified source code
d) none of the mentioned
The macros specifies in source code are expanded by:
a) pre-processor
b) assembler
c) compiler
d) linker