Debugging Question:
Download Questions PDF

The command "gdb google"
a) will start debugging for the file "google" if the file is compiled with -g option with GCC
b) will create executable for debugging
c) will provide all errors present in the file "google"
d) none of the mentioned

Linux Debugging Interview Question
Linux Debugging Interview Question

Answer:

a) will start debugging for the file "google" if the file is compiled with -g option with GCC

Download Linux Debugging Interview Questions And Answers PDF

Previous QuestionNext Question
GDB can be used for:
a) c language
b) c++ language
c) both (a) and (b)
d) none of the mentioned
In debugging with GDB, break points can be set to:
a) any line
b) any function
c) both (a) and (b)
d) none of the mentioned