Q.

Which compiling option can generate symbolic debug information for debuggers?

A. -c
B. -p
C. -f
D. -g
Answer» D. -g
Explanation: the -g generates the symbolic debug information for the debuggers. without this, the debugger cannot print the variable values, it can only work at the assembler level. the symbolic information is passed through the compilation process and stored in the executable file.
937
0
Do you find this helpful?
9

Discussion

No comments yet