Open In App

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

Like Article
Like
Save
Share
Report

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


Last Updated : 28 Dec, 2020
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads