Multiple Choice
To append a node to a list means to
A) delete a node from the beginning of the list
B) delete a node from the end of the list
C) add a node to the beginning of the list
D) add a node to the end of the list
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: If there are no nodes in a
Q13: To create a linked list you must
Q14: A linked list class must take care
Q15: To delete an entire list, normally you
Q16: Select all that apply. Which of the
Q18: The Standard Template Library (STL) provides a
Q19: When working with a linked list one
Q20: Which type of list does not contain
Q21: A linked list is a series of
Q22: Select all that apply. A _ list