For debugging with GDB, the file "google" can be created with the command:
a) gcc -g -o google google.c
b) gcc -g google.c
c) gdb google
d) none of the mentioned

Submitted by: Murtaza
a) gcc -g -o google google.c
Submitted by: Murtaza

Read Online Linux Debugging Job Interview Questions And Answers