Home » C++ Programming » Exception Handling » Question
  1. What operation can be performed by destructor?
    1. Exit from the current block
    2. Abort the program
    3. Resource cleanup
    4. All of above
    5. None of these
Correct Option: C

It will be used to free all the resources that are used by the block of code during execution.



Your comments will be displayed only after manual approval.