1.

How many parameters does the throw expression can have?(a) 1(b) 2(c) 3(d) 4The question was posed to me in semester exam.My question is based upon Catching Exceptions in division Derived Classes, Templates & Exception Handling in C++ of C++

Answer»

The CORRECT CHOICE is (a) 1

For explanation: In c++ program, We can be able to throw only one error at a TIME.



Discussion

No Comment Found

Related InterviewSolutions