Manu
What is a dangling pointer?
By Manu in OOP/OOD on Jul 13 2006
  • Manu
    Jul, 2006 13

    A dangling pointer arises when you use the address of an object after its lifetime is over.This may occur in situations like returning addresses of the automatic variables from a function or using the address of the memory block after it is freed..

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS