| | | | MCQ Tutorial - Linux->Process | | | | 41.) Which option of the gcc is used to warn is padding is included in structure? | | Options are: | | A.) None of the options
| | B.) -Wpadded
| | C.) -Wpad
| | D.) -Wpadding
| | Correct Option: B | | | | | | | 42.) The command "gcc -save-temps mcqtutorial.c" will generate | | Options are: | | A.) mcqtutorial.i
| | B.) mcqtutorial.o
| | C.) All of the options
| | D.) mcqtutorial.s
| | Correct Option: C | | | | | | | 43.) The assmebly code generated depends upon the | | Options are: | | A.) None of the options
| | B.) Both Processor archietecture and RAM
| | C.) Processor archietecture
| | D.) RAM size
| | Correct Option: B | | | | | | | 44.) Preprocessed files are given the file extension _____ for c++ programs. | | Options are: | | A.) None of the options
| | B.) .ii
| | C.) .i
| | D.) .iii
| | Correct Option: B | | | | | | | 45.) The preprocessor creates the file with extension | | Options are: | | A.) i
| | B.) o
| | C.) a
| | D.) s
| | Correct Option: A | | | | | | | | | | | |