What will happen when the handler is not found for an exception?
Posted: Wed Jul 13, 2022 7:51 pm
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
b) raise an error
c) executes the remaining block
d) raise an error and executes the remaining block