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 difference between array and vector in c++?
What is java and c++?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
What is a c++ map?
What is a built-in function?
Shall we use 'free' to free memory assigned by new, What are the further consequences??
What is the prototype of printf function?
what is C++ exceptional handling?
What is a responder chain?
What is class definition in c++ ?
Is map ordered c++?
given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you