Computer Science, asked by syedsalma883, 1 year ago

What is dangling pointer?

Answers

Answered by vedantshende6454
1

Answer:

Explanation:

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.

Answered by ishananand1302
1
Answer:

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.

Please mark me brainliest.
Similar questions