InterviewSolution
Saved Bookmarks
| 1. |
Which is used to handle the exceptions in c++?(a) catch handler(b) handler(c) exception handler(d) throw |
|
Answer» The correct choice is (c) exception handler Explanation: Exception handler is used to handle the exceptions in c++. |
|