Multiple choice general knowledge science & technology

A dangling pointer cannot be used as a data structure

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

A dangling pointer is just a pointer holding an invalid address - it's still a pointer variable and can be used in data structures like linked lists, arrays, etc. The statement is false.