Ask a Question

What is Dangling Pointer?


Rajni

on 2010-12-19 10:30:00  

If any pointer is pointing the memory address of any variable but after some variable has deleted from that memory location while pointer is still pointing such memory location. Such pointer is known as dangling pointer and this problem is known as dangling pointer problem.