Which gcc option reports the cpu time taken by each subprocess in the compilatio
Home | Discussion ForumFree Online Test
Which gcc option reports the cpu time taken by each subprocess in the compilation sequence?
-time
-cpu
-process
none of the mentioned
Answer : A
Free Online Test
View More Related Question
1) 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
2) The preprocessor removes the _______ from the source code.
3) The object file contains the
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?