Data Structures

Select the accurate description of Circular linked list.

Correct answer

B. A linked list in which the last node points back to the first node, forming a loop.

Explanation

Circular linked list refers to a linked list in which the last node points back to the first node, forming a loop.