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
Explain static and dynamic memory allocation with an example each.
What information can an exception contain?
What is the purpose of ios::basefield in the following statement?
Is c++ the hardest language?
what are the characteristics of Class Members in C++?
Explain the static storage classes in c++.
What are all predefined data types in c++?
Write some differences between an external iterator and an internal iterator?
What is an orthogonal base class in c++?
What is the difference between global int and static int declaration?
What are exceptions c++?
What is the most useful programming language?
What is std :: flush?
Can I uninstall microsoft c++ redistributable?
To which numbering system can the binary number 1101100100111100 be easily converted to?