

InterviewSolution
Saved Bookmarks
1. |
Which of the following is written for getting help in GDB?(a) he(b) h(c) assist(d) assistantI have been asked this question by my school teacher while I was bunking the class.My question is based upon Debugging in portion System Implementation and Operation of Computer Fundamentals |
Answer» RIGHT option is (B) h Explanation: In this h STANDS for help. h or help both commands can be USED. Help LISTS all the commands. |
|