InterviewSolution
Saved Bookmarks
| 1. |
What Is Debugging? |
|
Answer» DEBUGGING is the process of finding and REMOVING errors in a program. In this process, the program is THOROUGHLY checked for errors. Then errors are pointed out and debugged. Debugging is the process of finding and removing errors in a program. In this process, the program is thoroughly checked for errors. Then errors are pointed out and debugged. |
|