Answer Posted / 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 View All Answers
Define stacks. Provide an example where they are useful.
How does java differ from c and c++?
How can a struct in c++ differs from a struct in c?
Explain the difference between c++ and java.
How would you call C functions from C++ and vice versa?
Is c++ a software?
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h
How to access a variable of the structure?
What is a flag in c++?
What is the difference between the parameter to a template and the parameter to a function?
Why is main an int?
Show the declaration for a pointer to function returning long and taking an integer parameter.
What is the use of structure in c++?
What are the storage qualifiers?
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0