Multiple Choice
The successor pointer in the last node of a linked list should have its value set to
A) the address of the first node in the list.
B) NULL .
C) the address of the previous node.
D) nothing: the last node has no successor pointer.
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: When you create a linked list you
Q18: The Standard Template Library (STL) provides a
Q23: A new node must always be made
Q28: A linked list class using dynamically allocated
Q29: The of a linked list points to
Q30: When using a node pointer to traverse
Q31: The list container provided by the Standard
Q32: A _ is used to step through
Q35: Each node in a list contains pointers
Q37: Moving through a linked list is referred