Data Structure Linked Lists Question #5678
MCQ Single Best Answer Easy

QWhich of the following is an example of a circular linked list?

ID: #5678 Linked Lists 166 views
Question Info
#5678Q ID
EasyDifficulty
Linked ListsTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A A list where each node has only one pointer to the next node
  • B A list where each node has two pointers, one to the next node and one to the previous node
  • C A list where the last node points to the first node
  • D A list where the first node points to the last node
Correct Answer: Option C

Explanation

A list where the last node points to the first node

Share This Question

Challenge a friend or share with your study group.