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
What is static in c++?
Write about c++ storage classes?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
Search for: what is pair in c++?
What is general format for a prototype?
What is encapsulation in c++ with example?
Describe about storage allocation and scope of global, extern, static, local and register variables?
Mention the ways in which parameterized can be invoked.
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
Which is better c++ or java?
What is a c++ vector?
How do you declare A pointer to function which receives an int pointer and returns a float pointer
Why null pointer is used?
Explain dangling pointer.
What apps are written in c++?