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 c++ redistributables?
What is the precedence when there is a global variable and a local variable in the program with the same name?
Write about c++ storage classes?
Explain deep copy and a shallow copy?
What are pointers used for c++?
Who invented turbo c++?
Do vectors start at 0?
Define private, protected and public access control.
What are the basics of local (auto) objects?
What is virtual methods?
What are the methods of exporting a function from a dll?
Is turbo c++ free?
Why use of template is better than a base class?
What is the best way to take screenshots of a window with c++ in windows?
Can you Mention some Application of C/C++?