Debugging Question:
Download Questions PDF

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 Question
Linux Debugging Interview Question

Answer:

a) run

Download Linux Debugging Interview Questions And Answers PDF

Previous QuestionNext Question
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
In GDB, breakpoints can be set by the command:
a) break
b) b
c) both (a) and (b)
d) none of the mentioned