What is the use of RAII in c++ programming?
Posted: Wed Jul 13, 2022 7:52 pm
a) Improve the exception safety
b) Terminate the program
c) Exit from the block
d) Crash the compiler
b) Terminate the program
c) Exit from the block
d) Crash the compiler