| | | | MCQ Tutorial - Linux->Process | | | | 36.) The object file contains the | | Options are: | | A.) Machine code
| | B.) None of the options
| | C.) Assembly code
| | D.) Modified source code
| | Correct Option: A | | | | | | | 37.) If we do not specify the executable file name at the compilation time in GCC, then in linux the compiler creates executable named as | | Options are: | | A.) x.exe
| | B.) a.out
| | C.) a.exe
| | D.) x.out
| | Correct Option: B | | | | | | | 38.) The a.out file is in the | | Options are: | | A.) EXE format
| | B.) Both ELF format and EXE format
| | C.) None of the options
| | D.) ELF format
| | Correct Option: D | | | | | | | 39.) The command "as -o mcqtutorial.o mcqtutorial.s" will | | Options are: | | A.) Generate an error if mcqtutorial.s exists
| | B.) Generate an error if mcqtutorial.h exists
| | C.) None of the options
| | D.) Generate object file mcqtutorial.o
| | Correct Option: D | | | | | | | 40.) In the preprocessing stage of compilation | | Options are: | | A.) All the comments are stripped off
| | B.) All of the options
| | C.) Header files are actually expanded and included in the source code of the program
| | D.) Macros are replaced by their respective values
| | Correct Option: B | | | | | | | | | | | |