Multiple Choice
To build a list initially, you can use a(n) ________________ routine.
A) build
B) append
C) constructor
D) init
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: A list that contains pointers to the
Q12: Deleting an entire list requires traversing the
Q15: Appending a node means adding it to
Q17: Variations of the linked list are:<br>A) doubly-linked
Q17: To append a node to a list
Q18: To create a linked list, you first
Q21: If new data needs to be added
Q23: In a circular-linked list, the last node
Q25: Deleting a node is a _ step
Q33: A doubly linked list keeps track of