ILU Question:

Explain a dangling pointer?

Tweet Share WhatsApp

Answer:

Those pointers which pointing to a memory block which is no more exist in the memory. for example Suppose two pointers are pointing to the same memory location and memory is freed using firstpointer variable but second pointer is still pointing to the same memory location. the second pointer is a dangling pointer.

Download ILU PDF Read All 11 ILU Questions
Previous QuestionNext Question
Explain process of creating a DASHBOARD in Microstrategy?Explain LPCTSTR? What does LP denote it?