If we do not specify the executable file name at the compilation time in GCC, th
Home | Discussion ForumIf we do not specify the executable file name at the compilation time in GCC, then in linux the compiler creates executable named as
a.out
a.exe
x.out
x.exe
Answer : A
Free Online Test
View More Related Question
1) The compiler converts
assembly code into machine code
preprocessed source code into assembly code
machine code into assembly code
none of the mentioned
View Answer
2) What is the role of linker in the compilation process?
linker links the object code with the library code
linker converts machine code into executable machine code
linker generates an executable file
all of the mentioned
View Answer
3) Which gcc option reports the cpu time taken by each subprocess in the compilation sequence?
4) If we do not specify the executable file name at the compilation time in GCC, then in linux the compiler creates executable named as
5) The preprocessor removes the _______ from the source code.