EmbLogic's Blog

Author Archives: Manoj Raghav

dangling and wild pointer

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 … Continue reading

Posted in Data Structures with C | Leave a comment