ILU Question:
Download Questions PDF

Explain a dangling pointer?

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 Interview Questions And Answers PDF

Previous QuestionNext Question
Explain process of creating a DASHBOARD in Microstrategy?Explain LPCTSTR? What does LP denote it?