Multiple Choice
To build a linked list, we can
A) start with an empty list, and then form an array of nodes.
B) start with an empty list, and then perform a series of add item operations.
C) use the constructor to create an array of nodes.
D) call the list init function.
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: The defining characteristic of a linked list
Q2: In a doubly-linked list, each node contains
Q5: The values stored in the value portion
Q6: If the head pointer points to NULL,
Q7: Deleting an entire linked list requires a
Q8: A _ is used to step through
Q9: One advantage a linked list has over
Q10: Moving through a linked list is referred
Q11: If a node is not the first
Q23: A new node must always be made