Multiple Choice
The last node in a linked list points to ________.
A) a null pointer
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
Q8: Nodes in a linked list are stored
Q14: To insert a new node in ascending
Q15: While traversing a list, a node pointer
Q18: The Standard Template Library (STL) provides a
Q20: Variations of the linked list are:<br>A)doubly-linked list<br>B)circular
Q22: To build a list initially, you can
Q23: In a circular-linked list, the last node
Q37: When you delete a node from a
Q38: A new node cannot become the first
Q39: Linked lists are less complex to code