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.
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions