Math, asked by vinaykumarreddy492, 6 hours ago

how are the elements in the cicular linked list pointed to each other?

Answers

Answered by jagadishwar45
4

Answer:

A linked list is a common data structure made of a chain of nodes where each node contains a value and a pointer to the next node in the chain. The head pointer points to the first node, and the last element of the list points to null . When the list is empty, the head pointer points to null

Step-by-step explanation:

please drop some thanks me

Similar questions