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 |
When should overload new operator on a global basis or a class basis?
Explain the concept of memory leak?
Why are pointers not used in c++?
Can member functions be private?
How do you compile the source code with your compiler?
Who made c++?
What is a namespace in c++?
What is the difference between cin.read() and cin.getline()?
Define pointers?
Write about the access privileges in c++ and also mention about its default access level?
List the types of polymorphism in c++?
Explain rtti.