Dangling and Wild Pointers - Embedded C Programming Frequently Asked Interview Questions
http://ingenuitydias.blogspot.com/2013/03/dangling-and-wild-pointers-embedded-c.html
Dangling Pointer : Dangling pointers in computer programming are pointers that do not point to a valid object of the appropriate type. Da...