MCQ Tutorial Search
Home Search Add Question Today's History Discussion Board Job Portal Linux Linux Basics File and Folder
Environment Command

Process

Memory Shell Programming Mock Test Contact Feedback
Home
Search
Add Question
Today's History
Discussion Board
Job Portal
Linux
Linux Basics
File and Folder
Environment
Command

Process

Memory
Shell Programming
Mock Test
Subscribe/Unsubscribe
Email:
Social Media
Facebook

Misc Tutorials

References

Question and Answer Tutorial
Tutorials Point
Stack Overflow

MCQ Tutorial - Linux->Process

First Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 Next Last
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
                        
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
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
                        
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
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
                        
First Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 Next Last
Comment:
Name:Email:
Contact No.:
Copyright © 2014 by SBJ Group. All Rights Reserved. Developed and maintained by SBJ Group. Supported on Internet Explorer browser only