What is a memory leak in C++?
When the program uses too much memory
When memory is not allocated properly
When the program tries to access restricted memory
When dynamically allocated memory is not freed
This question is part of this quiz :
Quiz on C++ Memory Management