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 array in c++ pdf?
What is a dangling pointer in c++?
Explain the differences between private, public and protected and give examples.
What character terminates all character array strings a) b) . c) END
What are the types of array in c++?
Mention the ways in which parameterized can be invoked.
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
the maximum length of a character constant can be a) 2 b) 1 c) 8
What are pointer-to-members? Explain.
What are the various oops concepts in c++?
What are the comments in c++?
Define a constructor?
What is abstract keyword in c++?
Write a Program to find the largest of 4 no using macros.
What is the copy-and-swap idiom?