This article is a circular linked list example. Setting the .next field of the last node to point back to the first node we make a circular linked list. The C code The result