Vidyalelo
Computer Science · Q486

Linux

Engineering and GATE · Computer Science · question 486

Q486

For debugging with GDB, the file "example" can be created with the command

A.
gcc -g -o example example.c
Answer
B.
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