The preprocessor removes the _______ from the source code.
Home | Discussion ForumFree Online Test
The preprocessor removes the _______ from the source code.
comments
header files
both comments and header files
none of the mentioned
Answer : A
Free Online Test
View More Related Question
1) The macros specifies in source code are expanded by
2) 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
3) The preprocessor creates the file with extension
4) The object file contains the
5) 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