A linked list is a group of randomly stored items in memory, collectively referred to as nodes. A node has two fields: the data that is stored there and a pointer that points to the node in memory that comes after it. Pointer to the null is contained in the list’s last node.
Shathana. S.R. Answered question May 29, 2023
