Q The pointer points to a variable goes out of scope

  • A Empty Pointer
  • B Null Pointer
  • C Wild Pointer
  • D Dangling Pointer

MCQs Details

A Dangling Pointer occurs when a pointer pointing to a variable goes out of scope or when an object/variable's memory gets deallocated.