If we do not specify the executable file name at the compilation time in GCC, th
Home | Discussion ForumFree Online Test
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.out
a.exe
x.out
x.exe
Answer : A
Free Online Test
View More Related Question
1) The macros specifies in source code are expanded by
2) The assembly code is converted into the machine code by
3) Which option of the gcc is used to warn is padding is included in structure?
4) The correct sequence of GCC compilation process is
preprocessing -> compilation -> assemble -> linking
assemble -> preprocessing -> compilation -> linking
preprocessing -> assemble -> compilation -> linking
none of the mentioned
View Answer
5) Which gcc option reports the cpu time taken by each subprocess in the compilation sequence?