Saved Bookmarks
| 1. |
Name the two stages in programming where debugging process is involved. What kinds of errors are removed in each of these stages? |
|
Answer» The two stages are compile time and run time. In the debugging process can remove syntax . error, logical error and runtime error. |
|