| | | | MCQ Tutorial - Linux->Process | | | | 21.) Which gcc option stops compilation process after preprocessing stage? | | Options are: | | A.) -F
| | B.) -E
| | C.) -e
| | D.) -f
| | Correct Option: B | | | | | | | 22.) The -Wextra option of gcc | | Options are: | | A.) Is same as -w option
| | B.) None of the options
| | C.) Enables extra warning messages
| | D.) Does not exist
| | Correct Option: C | | | | | | | 23.) The -v option of gcc | | Options are: | | A.) version of the gcc compiler
| | B.) None of the options
| | C.) print the commands executed to run the stages of compilation
| | D.) Version of OS
| | Correct Option: C | | | | | | | 24.) The correct sequence of GCC compilation process is | | Options are: | | A.) Assemble -> preprocessing -> compilation -> linking
| | B.) Preprocessing -> assemble -> compilation -> linking
| | C.) None of the options
| | D.) Preprocessing -> compilation -> assemble -> linking
| | Correct Option: D | | | | | | | 25.) If we compile the mcqtutorial.c file with the command "gcc -o mcqtutorial mcqtutorial.c", then the executable file will be | | Options are: | | A.) None of the options
| | B.) mcqtutorial
| | C.) a.out
| | D.) mcqtutorial.out
| | Correct Option: B | | | | | | | | | | | |