Q580
Which statement is used to catch all types of exceptions?
A.
catch()
B.
catch(Test t)
C.
catch(...)
AnswerD.
catch(Test)
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board