Saved Bookmarks
| 1. |
To where does the program control transfers when the exception is arisen?(a) catch(b) handlers(c) throw(d) tryThe question was posed to me during an online exam.I need to ask this question from Exceptions topic in division Functions, Namespaces & Exceptions in C++ of C++ |
|
Answer» Correct option is (b) HANDLERS |
|