Explain terminate() function?

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online C++ Exception Handling Job Interview Questions And Answers