Question

In a singly linked list, each node typically contains two parts. What are they?

A Data and a pointer to the previous node
B Data and a pointer to the next node
C Data and an index
D Data and a size attribute
E Data and a reference to the head of the list
Practice Next

Hey! Ask a query