Multiple Choice
A linked list class must take care of removing the dynamically allocated nodes and 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
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
Q13: To create a linked list you must
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
Q19: When working with a linked list one