Multiple Choice
While traversing a list, a node pointer knows when it has reached the end of a list when:
A) it encounters the newline character
B) it encounters NULL
C) it finds itself back at the beginning of the list
D) it encounters a sentinel, usually 9999
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
Q38: A _ list contains pointers to the
Q39: A _ is used to travel through
Q40: The advantage a linked list has over
Q40: The last node in a linked list