JOBSEEKERS
Login
Sign Up
Jobseeker
Employer
Staffing Firm
Direct Client
GNU Debugger interview questions
GNU Debugger interview questions
Back
Take as many assements as you can to improve your validate your skill rating
Total Questions: 5
1. GDB stands for
A. GNU debugger
B. General debugging breakpoint
C. General debugger
D. None of the mentioned
Show Correct Answer
Correct Answer is :
GNU debugger
2. For debugging with GDB, the file “sanfoundry” can be created with the command
A. gcc -g -o sanfoundry sanfoundry.c
B. gcc -g sanfoundry.c
C. gdb sanfoundry
D. none of the mentioned
Show Correct Answer
Correct Answer is :
gcc -g -o sanfoundry sanfoundry.c
3. For debugging with GDB, the compiled program can be run by the command
A. run
B. execute
C. ./
D. none of the mentioned
Show Correct Answer
Correct Answer is :
run
4. In GDB, breakpoints can be set by the command
A. break
B. b
C. both break and b
D. none of the mentioned
Show Correct Answer
Correct Answer is :
both break and b
5. GDB can be used for
A. c language
B. c++ language
C. both c and c++ language
D. none of the mentioned
Show Correct Answer
Correct Answer is :
both c and c++ language
Similar Interview Questions
Search for latest jobs
Find Jobs