Home » C++ Programming » Exception Handling » Question
  1. What is the use of RAII in c++ programming?
    1. Terminate the program
    2. Exit from the block
    3. Improve the exception safety
    4. All of above
    5. None of these
Correct Option: C

Improve the exception safety



Your comments will be displayed only after manual approval.