Menu
×
×
Correct!
Exercise:What is a node in a Linked List?
Each node in a Linked List
contains data, and a pointer
to where the next node
is placed in memory.
Each node in a Linked List
contains data, and a link
to where the next node
is placed in memory.
Each node in a Linked List
contains data, and a address
to where the next node
is placed in memory.
Not CorrectClick here to try again. Correct!Next ❯Each node in a Linked List contains, and a to where the next node is placed in memory. |