Debugging Question:
Download Questions PDF

GDB can be used:
a) to find out the memory leakages
b) to get the result of a particular expression in a program
c) to find the reason of segementation fault
d) all of the mentioned

Linux Debugging Interview Question
Linux Debugging Interview Question

Answer:

d) all of the mentioned

Download Linux Debugging Interview Questions And Answers PDF

Previous QuestionNext Question
Which GDB command reloads the debugging information?
a) file
b) reload
c) debug
d) none of the mentioned
Which GDB command can be used to put a break-point at the beginning of the program?
a) b main
b) b start
c) break
d) none of the mentioned