next pointer
RU: указатель next
A field in a node that stores the memory address of the next node in a linked list. The last node's next pointer is null.
RU: указатель next
A field in a node that stores the memory address of the next node in a linked list. The last node's next pointer is null.