Data Structures Question: Download Data Structures PDF

When can you tell that a memory leak will occur?

Tweet Share WhatsApp

Answer:

A memory leak occurs when a program loses the ability to free a block of dynamically allocated memory.

Download Data Structures PDF Read All 48 Data Structures Questions
Previous QuestionNext Question
What is a data structure node class?What is placement new in data structures?