Page 1 of 1

How Exception handling is implemented in the C++ program?

Posted: Wed Jul 13, 2022 7:52 pm
by answerhappygod
a) Using Exception keyword
b) Using try-catch block
c) Using Exception block
d) Using Error handling schedules