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 |
What are the debugging methods you use when came across a problem?
What is scope in c++ with example?
Define a conversion constructor?
How does list r; differs from list r();?
What is abstraction in c++?
What is the use of lambda in c++?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
Distinguish between new and malloc and delete and free().
Which one between if-else and switch is more efficient?
Can we inherit constructor in c++?
Is c++ a good first language to learn?
What is c++ redistributable?