short notes of linklist
Answers
Answered by
22
. A singly linked list is a linked list in which each node contains only one link field pointing the next node in the list. The data field contains the data elements that have to be stored in the list. The pointer will point the next node in the list.
Similar questions