Page 1 of 1

Which statement is used to catch all types of exceptions?

Posted: Wed Jul 13, 2022 7:52 pm
by answerhappygod
a) catch()
b) catch(Test t)
c) catch(…)
d) catch(Test)