Thursday 25 July 2013

Dangling pointer problem in c programming:

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

No comments:

Post a Comment