Multiple choice

Which of the following is the technique in which if a node is deleted from the linked list then the memory space of the deleted node is immediately reinserted into the free storage?

  1. Traversing

  2. Underflow

  3. Garbage collection

  4. Start

  5. Null

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

This is the technique in which if a node is deleted from the linked list then the memory space of the deleted node is immediately reinserted into the free storage.