C++ Exception Handling Question:
Throwing an unhandled exception causes standard library function _______________ to be invoked.
a. stop()
b. aborted()
c. terminate()
d. abandon()

Answer:
c. terminate()