| Snaprecruit.com

| Snaprecruit.com

Interview question based on skill :

Take as many assements as you can to improve your validate your skill rating

Total Questions: 5

1. GDB stands for

Correct Answer is : GNU debugger

2. For debugging with GDB, the file “sanfoundry” can be created with the command

Correct Answer is : gcc -g -o sanfoundry sanfoundry.c

3. For debugging with GDB, the compiled program can be run by the command

Correct Answer is : run

4. In GDB, breakpoints can be set by the command

Correct Answer is : both break and b

5. GDB can be used for

Correct Answer is : both c and c++ language