Can you explain the term "resource acquisition is
initialization?"



Can you explain the term "resource acquisition is initialization?"..

Answer / melos

RAAI is the concept of releasing the aquired
memory/resources when the object goes out of scope.
E.g. std::auto_ptr

Is This Answer Correct ?    6 Yes 1 No

Post New Answer

More C++ General Interview Questions

Write a program to get the value of sin (x) using a library function , when x is given in degrees.

1 Answers  


Is c++ double?

0 Answers  


How do you print a string on the printer?

0 Answers  


What is c++ programming language?

0 Answers  


simple c++ program for "abcde123ba" convert "ab321edcba" with out using string

5 Answers  






Check for Balanced Parentheses using Stack?

1 Answers  


describe private access specifiers?

0 Answers  


write a C++ programming using for loop: * * * * * * * * * *

4 Answers   TCS,


Differentiate between a template class and class template?

1 Answers  


What is c++ and its uses?

0 Answers  


Why can’t you call invariants() as the first line of your constructor?

0 Answers  


What is the Difference between "C structure" and "C++ structure"?

12 Answers  


Categories