| | | | MCQ Tutorial - Linux->Process | | | | 31.) The preprocessor removes the _______ from the source code. | | Options are: | | A.) Header files
| | B.) None of the options
| | C.) Comments
| | D.) Both Comments and Header files
| | Correct Option: C | | | | | | | 32.) Which option of gcc adds include directory of header files? | | Options are: | | A.) -E
| | B.) -I
| | C.) -i
| | D.) -e
| | Correct Option: B | | | | | | | 33.) Which gcc option includes debugging info in the generated object code? | | Options are: | | A.) -c
| | B.) None of the options
| | C.) -g
| | D.) -p
| | Correct Option: C | | | | | | | 34.) The command "gcc -S mcqtutorial.c" will | | Options are: | | A.) Stop compilation process after the generation of assembly code file
| | B.) None of the options
| | C.) Both Stop compilation process after the generation of assembly code file and Generate mcqtutorial.s file
| | D.) Generate mcqtutorial.s file
| | Correct Option: C | | | | | | | 35.) Which one of the following is not true? | | Options are: | | A.) We need to manually go through all intermediate stages to generate an executable in gcc
| | B.) None of the options
| | C.) gcc compilation process always contains 4 stages
| | D.) gcc compilation process always contains only one stages
| | Correct Option: A | | | | | | | | | | | |