What is the mean of Memory Leaks?
The Memory Leak is bassically a term of the memory . The Term memory leak is quite popular in the industry, But it isn�t often explained. Here�s the idea: If you allocate memory using new and fail to reclaim that memory using delete, the memory is irretrievably lost until your program ends. It is as if the memory �leaked out� of your program.