Logo 
Search:

C++ Programming FAQ

Submit Interview FAQ
Home » Interview FAQ » C++ ProgrammingRSS Feeds

When can you tell that a memory leak will occur?

  Shared By: Adah Miller    Date: Jan 25    Category: C++ Programming    Views: 183

Answer:

A memory leak occurs when a program loses the ability to free a block of dynamically allocated memory.

Share: 
 

Didn't find what you were looking for? Find more on When can you tell that a memory leak will occur? Or get search suggestion and latest updates.


Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: