Multiple Choice
If new data needs to be added to a linked list, the program simply __________ and inserts it into the series.
A) allocates another node
B) removes a node
C) borrows a node from the compiler
D) Either B or C
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: Select all that apply. Variations of the
Q6: A list that contains pointers to the
Q7: Deleting an entire list simply requires the
Q8: Nodes in a linked list are stored
Q9: The list container provided by the Standard
Q11: The advantage a linked list has over
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