1. Computer Science Engineering (CSE)
  2. Data Structure (DS)
  3. 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 Structure (DS)

Discussion