InterviewSolution
Saved Bookmarks
| 1. |
Mention the different types of run time errors. |
|
Answer» The run time errors are infinite loop in a program, divide by zero, null pointer assignment, data overflow. |
|