dandling pointer is a pointer which pointing to non existing memory location.
when a object is deleted or de allocated without modifying the value of the pointer that time dangling pointer arise.
uninitialized pointer are known as wild pointer beacause they point to some other memory location .