Interview Question 3583
Created by admin on Sat, 17/11/2012 - 13:09
Question:
When can you tell that a memory leak will occur?
Language:
Answer:
A memory leak occurs when a program loses the ability to free a block of dynamically allocated memory.