Debugging Question: For debugging with GDB, the compiled program can be run by the command a) run b) execute c) ./ d) none of the mentioned Linux Debugging Interview QuestionAnswer: a) run Previous QuestionNext QuestionFor 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 mentionedIn GDB, breakpoints can be set by the command: a) break b) b c) both (a) and (b) d) none of the mentioned