1. Computer Science Engineering (CSE)
  2. Data Structures (DS)
  3. Linear Data Structures - List
  4. What differentiates a circular linked li...
Q.

What differentiates a circular linked list from a normal linked list?

A. You cannot have the ‘next’ pointer point to null in a circular linked list
B. It is faster to traverse the circular linked list
C. You may or may not have the ‘next’ pointer point to null in a circular linked list
D. Head node is known in circular linked list
Answer» C. You may or may not have the ‘next’ pointer point to null in a circular linked list
View all MCQs in:   Data Structures (DS)

Discussion