InterviewSolution
Saved Bookmarks
| 1. |
How many runtime error messages associated with exception?(a) 2(b) 4(c) 5(d) infinite |
|
Answer» Right answer is (b) 4 For explanation: There are four runtime error messages associated with exceptions. They are overflow_error, range_error, system_error and underflow_error. |
|