Saved Bookmarks
| 1. |
How many types of exception handling are there in c++?(a) 1(b) 2(c) 3(d) 4I got this question in my homework.The query is from Grouping of Exceptions in chapter Derived Classes, Templates & Exception Handling in C++ of C++ |
|
Answer» RIGHT choice is (b) 2 The best explanation: There are two TYPES of exception HANDLING in c++. They are SYNCHRONOUS exception handling and asynchronous exception handling. |
|