Debugging Question:
Download Questions PDF

At the time of debugging with GDB, if we just press ENTER:
a) GDB will repeat the same command you just gave it
b) GDB will do nothing
c) GDB will exit
d) none of the mentioned

Linux Debugging Interview Question
Linux Debugging Interview Question

Answer:

a) GDB will repeat the same command you just gave it

Download Linux Debugging Interview Questions And Answers PDF

Previous QuestionNext Question
In GDB debugging, we can proceed to the next break-point with command:
a) next
b) continue
c) both (a) and (b)
d) none of the mentioned
To print the value of a variable while debugging with GDB, ______ command can be used.
a) printf
b) print
c) show
d) none of the mentioned