Multiple choice

In which of the following linked lists is the null pointer in the last node replaced with the address of the first node?

  1. Doubly linked list

  2. Singly linked list

  3. Circular linked list

  4. Queues

  5. Stacks

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

The last node is replaced with the address of the first node.