Home » C++ Programming » Exception Handling » Question
  1. What will not be called when the terminate() is raised in the constructor?
    1. destructor
    2. main()
    3. class
    4. All of above
    5. None of these
Correct Option: A

destructor



Your comments will be displayed only after manual approval.