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 |
Is map thread safe c++?
Can you explain the term "resource acquisition is initialization?"
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
can output 5 students using one dimensional array
How can I improve my c++ skills?
Which software is best for c++ programming?
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?
What do you know about near, far and huge pointer?
what is the C++
What is the basic concept of c++?
What is "mutable" keyword?
How do you clear a map in c++?