Vidyalelo
C++ Programming · Q63

Exception Handling in C++

Programming · C++ Programming · question 63

Q63

What id the syntax for catching any type of exceptions?

A.
catch(Exception e)
B.
catch(...)
Answer
C.
catch(Exception ALL)
D.
catch(ALL)

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board