⟩ GDB can be used a) to find out the memory leakages b) to get the result of a particular expression in a program c) to find the reason of segementation fault d) all of the mentioned
d) all of the mentioned
d) all of the mentioned
What are the sizes of (Integer/Long/Pointer) in LP64 programming model? a) 8/8/8 b) 4/4/8 c) 4/8/8 d) 4/8/4
Which among the following is used to write small programs to control Unix functionalities? a) Shell Commands b) Shell Script c) Filters d) C Language
How do you get help about the command "cp"? a) help cp b) man cp c) cd ? d) help cd
Which option of gcc looks in the provided directory for library files? a) -l b) -L c) -link d) none of the mentioned
Which option of gcc links with a library file? a) -l b) -L c) -link d) none of the mentioned
Which option of gcc enables compiler's all warning messages? a) -Wall b) -War c) -Warn d) none of the mentioned
Which option of gcc adds include directory of header files? a) -i b) -I c) -e d) -E
The -shared option of gcc generates shared ______ for shared library. a) object file b) preprocessed file c) source file d) none of the mentioned
The command "as -o google.o google.s" will a) generate object file google.o b) provide an error if google.s exists c) both (a) and (b) d) none of the mentioned
The -H option of gcc a) prints the name of each header file used b) is used to include header file c) ignores the header file which are not required by source code d) none of the mentioned