What is a dangling pointer?
Answers
Answered by
1
Dangling pointers arise during object destruction, when an object that has an incoming reference is deleted or deallocated, without modifying the value of the pointer, so that the pointer still points to the memory location of the deallocated memory.
Similar questions
Science,
6 months ago
Computer Science,
11 months ago
English,
11 months ago
Math,
1 year ago
Hindi,
1 year ago