C++ Memory Management Quiz - Question 2

Last Updated :
Discuss
Comments

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

Share your thoughts in the comments
Article Tags :