Vidyalelo
C++ Programming · Q580

C++ miscellaneous

Programming · C++ Programming · question 580

Q580

Which statement is used to catch all types of exceptions?

A.
catch()
B.
catch(Test t)
C.
catch(...)
Answer
D.
catch(Test)

Answer: Option C

Solution

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