Google News
logo
CPP - Quiz(MCQ)
What is the use of RAII in c++ programming?
A)
Terminate the program
B)
Improve the exception safety
C)
Crash the compiler
D)
Exit from the block

Correct Answer :   Improve the exception safety


Explanation : RAII is used to improve the exception safety.

Advertisement