Multiple Choice
To create a linked list you must first create a(n)
A) header file
B) function template
C) exception
D) struct
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: Nodes in a linked list are stored
Q9: The list container provided by the Standard
Q10: If new data needs to be added
Q11: The advantage a linked list has over
Q12: If there are no nodes in a
Q14: A linked list class must take care
Q15: To delete an entire list, normally you
Q16: Select all that apply. Which of the
Q17: To append a node to a list
Q18: The Standard Template Library (STL) provides a