What is memory leak of computer science?
Answers
Answered by
0
In computer science, a memory leak is a type of resource leak that occurs when a computer program incorrectly manages memory allocations in such a way that memory which is no longer needed is not released.
Similar questions