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 are separators in c++?
Define a constructor?
Incase of a function declaration, what is extern means?
Can you please explain the difference between overloading and overriding?
What is a local reference?
What is a binary file? List the merits and demerits of the binary file usagein C++.
What is c++ similar to?
Is it possible to use a new for the reallocation of pointers ?
Why do we use string in c++?
What are the types of pointer?
Explain register storage specifier.
How can I improve my c++ skills?
How can you tell what shell you are running on unix system?
What are the storage qualifiers?
What is the difference between a definition and a declaration?