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 is stream and its types in c++?
What problems might the following macro bring to the application?
What are the classes in c++?
How are virtual functions implemented in c++?
Does c++ have a hash table?
when can we use virtual destructor?
7 Answers HCL, HP, Virage Logic,
Which is the best c++ compiler for beginners?
What will happen if a pointer is deleted twice?
What is the use of ‘using’ declaration?
What is a stack? How it can be implemented?
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
Describe the advantages of operator overloading?