Multiple Choice
The last node in a linked list points to ______.
A) NULL
B) the previous node
C) the first node in the list
D) nothing. It does not contain a pointer.
E) None of these.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: When you create a linked list you
Q9: The list container provided by the Standard
Q9: Which of the following is a basic
Q19: When working with a linked list one
Q23: A new node must always be made
Q33: Moving through a linked list is referred
Q35: While traversing a list, a node pointer
Q38: A _ list contains pointers to the
Q39: A _ is used to travel through
Q40: The advantage a linked list has over