Multiple Choice
Moving through a linked list is referred to as ___________ the list.
A) cruising
B) traversing
C) node-hopping
D) alternating
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: When you create a linked list you
Q9: Which of the following is a basic
Q9: The list container provided by the Standard
Q18: The Standard Template Library (STL) provides a
Q19: When working with a linked list one
Q23: A new node must always be made
Q24: A linked list can consist of structs,
Q35: While traversing a list, a node pointer
Q38: A _ list contains pointers to the
Q40: The advantage a linked list has over