1.

Which keyword is used to check exception in the block of code?(a) catch(b) throw(c) try(d) handlersThe question was asked during an internship interview.My doubt stems from Exceptions in section Functions, Namespaces & Exceptions in C++ of C++

Answer» CORRECT ANSWER is (c) try

The best I can explain: The try() STATEMENT is used for EXCEPTIONS in c++.


Discussion

No Comment Found

Related InterviewSolutions