Open In App

UGC-NET | UGC NET CS 2015 Dec – II | Question 17

In C++, which system – provided function is called when no handler is provided to deal with an exception?
(A) terminate ( )
(B) unexpected ( )
(C) abort ( )
(D) kill ( )

Answer: (A)
Explanation: terminate ( ) function is used to solve the exception problem when no handler is provided by the system in C++.
Quiz of this Question

Article Tags :