www.thecareerplus.com
The CareerPlus
Home Technical Resources Programming Arrays and Pointers
Wednesday 08th September 2010
 
 
What is a memory leak?

Discuss it!          



Its an scenario where the program has lost a reference to an area in the memory.
Its a programming term describing the loss of memory. This happens when the program
allocates some memory but fails to return it to the system

Discuss it!          

CrackTheIntervew.NET
Advertisement
 
Top! Top!