Q486
For debugging with GDB, the file "example" can be created with the command
A.
gcc -g -o example example.c
AnswerB.
gcc -g example.c
C.
gdb example
D.
none of the mentioned
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board