| | | | MCQ Tutorial - Linux->Process | | | | 11.) The -H option of gcc | | Options are: | | A.) Is used to include header file
| | B.) None of the options
| | C.) Prints the name of each header file used
| | D.) Ignores the header file which are not required by source code
| | Correct Option: C | | | | | | | 12.) The command "cpp mcqtutorial.c > mcqtutorial.i" will | | Options are: | | A.) None of the options
| | B.) Create the expanded source code file mcqtutorial.i for the source code file mcqtutorial.c
| | C.) Append the content of the mcqtutorial.c into mcqtutorial.i
| | D.) Give an error
| | Correct Option: B | | | | | | | 13.) Which option of gcc makes the compiler print out each function name as it is compiled, and print some statistics about each pass when it finishes? | | Options are: | | A.) -q
| | B.) -Q
| | C.) -p
| | D.) -P
| | Correct Option: B | | | | | | | 14.) Pipes are used rather than temporary files for communication between the various stages of compilation in gcc when | | Options are: | | A.) -temp option is used
| | B.) –disable -temp option is used
| | C.) None of the options
| | D.) -pipe option is used
| | Correct Option: D | | | | | | | 15.) If mcqtutorial.c is compiled with GCC, then the mcqtutorial.s file will contain the | | Options are: | | A.) Machine code
| | B.) Expanded source code
| | C.) Assembly code
| | D.) Preprocessed code
| | Correct Option: C | | | | | | | | | | | |