Multiple Choice
A linked list class must take care of removing the dynamically allocated nodes. This is done by ________.
A) the constructor function
B) the destructor function
C) overriding the removal function
D) overloading the memory persistence operator
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: When you create a linked list you
Q6: A list that contains pointers to the
Q9: The list container provided by the Standard
Q12: If there are no nodes in a
Q22: To build a list initially, you can
Q23: In a circular-linked list, the last node
Q24: A linked list can consist of structs,
Q26: A linked list can grow and shrink
Q29: This type of list does not contain
Q32: An insertion or deletion routine requires that