Saved Bookmarks
| 1. |
What is debugging?What are the different errors that appear in a program? |
|
Answer» Debugging is the process of checking the bugs, errors in a program/software and the removal of it. Types of errors are : SYNTAX ERROR : GRAMMATICAL Error Logical Error : Problem in the Logic. Runtime Error : Problem while RUNNING the program Etc. Hope it helps! You can add a thanks and might make it the brainliest ;) |
|