In the linked list implementation of the queue, we had a destructor, copy constructor, and overloaded assignment operator function because:
A. every well-written data structure must have these three functions
B. there are pointers to dynamic memory in the private section
C. queues often need to be destroyed, copied, and assigned
D. the insert function frequently makes use of these
B
Computer Science & Information Technology
You might also like to view...
What is the result of the following expression?
10 + 5 * 3 - 20 a. -5 b. -50 c. 5 d. 25
Computer Science & Information Technology
The portion of a security policy that describes who responds when there has been a security breach is called the ______________ response section.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology