Explain RAII (Resource Acquisition Is Initialization).
Answer Posted / glibwaresoftsolutions
• 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
Explain about vectors in c ++?
What is the use of function pointer?
what is VOID?
Where do I find the current c or c++ standard documents?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
Explain the difference between c++ and java.
When should you use global variables?
Do the names of parameters have to agree in the prototype, definition, and call to the function?
Why do we need constructors in c++?
Can I learn c++ in a week?
What c++ library is string in?
Why struct is used in c++?
Why is "using namespace std;" considered bad practice?
What programming language should I learn first?
What is the basic concept of c++?