(Choose 1 answer)
Specify the statement that is most correct about a circular linked list.
A. Circular linked list is a normal doubly-linked list
B. In circular linked-list, it is required to define both head and tail nodes
C. Circular linked list is a normal singly linked list
D. Circular linked list is a linked list in which the last node of the list points to the first node in the list.
43