What is debugging?

2 years ago
C Programming

Debugging is the process of identifying errors within a program. During program compilation, errors that are found will stop the program from executing completely. At this state, the programmer would look into the possible portions where the error occurred. Debugging ensures the removal of errors, and plays an important role in ensuring that the expected program output is met.

0
Sanisha Maharjan
Jan 20, 2022
More related questions

Questions Bank

View all Questions