

MCQOPTIONS
Saved Bookmarks
1. |
What is the use of RAII in c++ programming? |
A. | Improve the exception safety |
B. | Terminate the program |
C. | Exit from the block |
D. | None of the mentioned |
Answer» C. Exit from the block | |