When can you tell that a memory leak will occur?
Answer / harendra pal
A memory leak occurs when a program loses the ability to free a block of dynamically allocated memory.
Is This Answer Correct ? | 0 Yes | 0 No |
What type of question are asked in GE code writing test based on c++ data structures and pointers?
What do you mean by pure virtual functions in C++? Give an example?
How does com provide language transparency?
What is the difference between std::vector and std::list
What is iomanip c++?
What is flush () in c++?
structure contains int, char, float how it behaves for big endian and little endian?
How do I run a program in notepad ++?
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
Why is main an int?
Why do we use the using declaration?
What issue do auto_ptr objects address?