Multiple choice

Which of the following is/are dangling reference(s)?

  1. Accessing a variable that is declared but not initialized

  2. Accessing a storage that is already disposed at the request of the processor

  3. Accessing a storage that is already disposed at the request of the user

  4. All of the above

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

All of the above