When can you tell that a memory leak will occur?
Answer / harendra pal
A memory leak occurs when a program loses the ability to free a block of dynamically allocated memory.
| Is This Answer Correct ? | 0 Yes | 0 No |
Define the process of handling in case of destructor failure?
What is a protocol class?
Differentiate between an array and a list?
What is a singleton c++?
What happens if an exception is throws from an, object's constructor and object's destructor?
What is the Standard Template Library?
What is Destructor in C++?
What is the difference between containment and delegation?
What is the use of function pointer?
How much do coding jobs pay?
Can I run c program in turbo c++?
What is the difference between Char a[ ]=”string” and char *a=”String”