Linux - Study Mode
[#156] What is the role of linker in the compilation process?
Correct Answer
(D) all of the mentioned
[#157] The object file contains the
Correct Answer
(B) machine code
[#158] Inside GDB, a program may stop because of
Correct Answer
(D) all of the mentioned
[#159] The lines in our code that begin with the "#" character are
Correct Answer
(A) preprocessor directives
[#160] Which command is used to debug a shell script program
Correct Answer
(B) set -x