When the destructor ____ the queue, it deallocates the memory occupied by the
elements of the queue.
a. allocates
b. instantiates
c. destroys
d. rebuilds
The definition of the class pair is contained in the header file utility, thus, to use the
class pair in a program, the program must include the following statement ____.
a. #include <util/utility>
b. #include <utility.h>
c. #include <compat/utility>
d. #include <utility>
When we check the array locations t, (t + 1) % HTSize, (t + 2) % HTSize, . . ., (t + j) %
HTSize it is called the ____ of the hash table.
a. probe sequence