OOPS
August 29, 2024OOPS
August 29, 2024OOPS
Question 187 |
Which of the following are two special functions that are meant for handling exception, that occur during exception handling itself ?
Void terminate ( ) and Void unexpected ( ) | |
Non void terminate ( ) and void unexpected ( ) | |
Void terminate ( ) and non void unexpected ( ) | |
Non void terminate ( ) and non void unexpected ( ) |
Correct Answer: A