| | | | MCQ Tutorial - Linux->Process | | | | 26.) The lines in our code that begin with the "#" character are | | Options are: | | A.) None of the options
| | B.) Preprocessor directives
| | C.) Macros
| | D.) Header files
| | Correct Option: B | | | | | | | 27.) Which gcc option undefines a preprocessor macro? | | Options are: | | A.) None of the options
| | B.) -U
| | C.) -u
| | D.) -undefine
| | Correct Option: B | | | | | | | 28.) The -shared option of gcc generates shared ______ for shared library. | | Options are: | | A.) Object file
| | B.) None of the options
| | C.) Preprocessed file
| | D.) Source file
| | Correct Option: A | | | | | | | 29.) The COFF stands for | | Options are: | | A.) Common object file format
| | B.) None of the options
| | C.) Combined operation for file formats
| | D.) Combined object file format
| | Correct Option: A | | | | | | | 30.) Which option of gcc enables compiler's all warning messages? | | Options are: | | A.) -War
| | B.) -Warn
| | C.) None of the options
| | D.) -Wall
| | Correct Option: D | | | | | | | | | | | |