InterviewSolution
Saved Bookmarks
| 1. |
Briefly explain run time error. |
|
Answer» When the user tries to run ambiguous instructions run time error occurs. Errors of mismatching the data types, referencing out of range array element cannot be detected by the compiler. Divide by zero, data overflow are some examples. |
|