Q63 What is memory leak?

Suppose we have dynamically allocate a chunk of memory and forgot to de allocate it, means the program allocates some memory but fails to return it to the system is called memory leak.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.