C++ Exception Handling Question:
Download Job Interview Questions and Answers PDF
Explain terminate() function?
Answer:
terminate() is a library function which by default aborts the program
It is called whenever the exception handling mechanism cannot find a handler for a thrown exception.
It is called whenever the exception handling mechanism cannot find a handler for a thrown exception.
Download C++ Exception Handling Interview Questions And Answers
PDF
Previous Question | Next Question |
Explain benefits of Exception Handling? | Explain unexpected() function? |