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
Is c++ a good beginners programming language?
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
Explain the volatile and mutable keywords.
What is the best c++ book?
Explain how overloading takes place in c++?
Why are arrays usually processed with for loop?
Is swift faster than c++?
What is the use of data hiding?
Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?
What is the full form of india?
Differentiate between a pointer and a reference with respect to c++.
What is an iterator?
Why ctype h is used in c++?
What is overloading unary operator?
What are the syntactic rules to be avoid ambiguity in multiple inheritance?