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

To explain I would SAY: When an EXCEPTION is arisen MEAN, the exception is caught by handlers and then it decides the TYPE of exception.



Discussion

No Comment Found

Related InterviewSolutions