Page 1 of 1

What will happen when the handler is not found for an exception?

Posted: Wed Jul 13, 2022 7:51 pm
by answerhappygod
a) calls the standard library function terminate()
b) raise an error
c) executes the remaining block
d) raise an error and executes the remaining block