Answers

Question and Answer:

  Home  C++ Exception Handling

⟩ Explain terminate() function?

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.

 201 views

More Questions for you: