Multiple Choice
When using a node pointer to traverse a linked list, we know we have reached the end of a list when
A) we encounter a sentinel, usually 9999.
B) we encounter the new line character '\n'.
C) we arrive back at the beginning of the list.
D) we encounter a successor pointer value of NULL in the current node.
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q11: If a node is not the first
Q22: When you delete a node from a
Q23: A new node must always be made
Q25: Variations of the linked list are<br>A)circular linked
Q28: A linked list class using dynamically allocated
Q29: The of a linked list points to
Q31: The list container provided by the Standard
Q32: A _ is used to step through
Q33: The successor pointer in the last node
Q35: Each node in a list contains pointers