Explain RAII (Resource Acquisition Is Initialization).
Answer Posted / nashiinformaticssolutions
• A programming idiom where resource allocation is tied to object lifetime. Destructors release resources.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is main function important?
How many types of scopes are there in c++?
What is a constant? Explain with an example.
In a function declaration what does extern means?
Is vector a class in c++?
What is the use of endl?
how to explain our contribution in the project?
How would you use the functions randomize() and random()?
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
Does there exist any other function which can be used to convert an integer or a float to a string?
What is encapsulation in c++ with example?
What is #include cstdlib in c++?
How new/delete differs from malloc()/free?
can any one help to find a specific string between html tags
which is changed to a sting..
weather.html looks (for location) is
What are files in c++?