Menu
×
×
Correct!
Exercise:What is a node in a Linked List?
Each node in a Linked List
contains @(4), and a @(7)
to where the next node
is placed in memory.
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 ❯ |
This will reset the score of ALL 43 exercises.
Are you sure you want to continue?