Advantages of header node in linked list
Answers
Answered by
6
hell... ooo..!!
//A head or start pointer is used to keep track of the starting node of linked list.//
//It helps us to access the linked list as the nodes are placed at various locations in the memory and each node has the address of the next node.//
hope this helps you!!
//A head or start pointer is used to keep track of the starting node of linked list.//
//It helps us to access the linked list as the nodes are placed at various locations in the memory and each node has the address of the next node.//
hope this helps you!!
Similar questions