When can you tell that a memory leak will occur?



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

Post New Answer

More C++ General Interview Questions

Is map thread safe c++?

0 Answers  


Can you explain the term "resource acquisition is initialization?"

1 Answers   Amazon,


What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00

0 Answers  


can output 5 students using one dimensional array

1 Answers   Intel,


How can I improve my c++ skills?

0 Answers  






Which software is best for c++ programming?

0 Answers  


Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?

0 Answers  


What do you know about near, far and huge pointer?

0 Answers  


what is the C++

1 Answers   Wipro,


What is the basic concept of c++?

0 Answers  


What is "mutable" keyword?

2 Answers   Infosys, Teradata,


How do you clear a map in c++?

0 Answers  


Categories