What is dangling pointers?and what is memory leak?
Answer Posted / shamoona
Dangling Pointer
dangling pointer point to unknown destination
for example
int*ptr;
{
int a=5;
ptr=
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is the full form of dos?
Can you explicitly call a destructor on a local variable?
Where and why do I have to put the "template" and "typename" keywords?
Is sorted c++?
What are the advantages of using const reference arguments in a function?
What are enumerations?
What is a manipulative person?
What are dynamic type checking?
How many keywords are used in c++?
What is problem with overriding functions?
What is the use of default constructor?
What is c++ mutable?
Is swift a good first language?
Can member functions be private?
Why null pointer is used?