What is dangling pointers?and what is memory leak?
Answer Posted / kusuma
points to memory allocation.
| Is This Answer Correct ? | 8 Yes | 31 No |
Post New Answer View All Answers
What's the most powerful programming language?
When should I use unitbuf flag?
Why do we need function?
Define token in c++.
What are the various compound assignment operators in c++?
What language does google use?
What is iostream in c++ used for?
What's the order in which the local objects are destructed?
What are structs in c++?
What is the iunknown interface?
What is insertion sorting?
What is the difference between #define debug 0 and #undef debug?
What do you mean by function overriding & function overloading in c++?
Distinguish between new and malloc and delete and free().
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].