In a typical implementation of a linked list data structure, a pointer in a data node primarily holds the address of the next node to form a link. Therefore, the correct response is:
It holds the address of the next node to form a link.
1 answer
In a typical implementation of a linked list data structure, a pointer in a data node primarily holds the address of the next node to form a link. Therefore, the correct response is:
It holds the address of the next node to form a link.