Asked by Olumide Adesiyan
How can memory leak occur in c++
Answers
Answered by
Steve
memory leaks occur when memory allocated by the program is not returned to the operating system.
As time passes, more and more memory is consumed, and eventually the program (or the operating system!) crashes.
As time passes, more and more memory is consumed, and eventually the program (or the operating system!) crashes.
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.