

InterviewSolution
Saved Bookmarks
1. |
A freeware GNU Debugger is __________(a) GDB(b) GNB(c) FDB(d) FNBThis question was posed to me in quiz.I'm obligated to ask this question of Debugging in division System Implementation and Operation of Computer Fundamentals |
Answer» RIGHT answer is (a) GDB Best explanation: GDB is a free GNU DEBUGGER which runs on most of the Unix-like platforms. It works for multiple PROGRAMMING languages. GNU is free SOFTWARE. |
|