The algorithms accumulate, adjacent_difference, inner_product, and partial_sum are
numerical functions and manipulate numeric data.
The general syntax to declare an object of type pair is ____.
a. pair<Type1, Type2> pElement;
b. pair pElement<Type1, Type2>;
c. pair.{Type1, Type2} pElement;
d. pair{Type1, Type2} pElement;
The most important operation performed on a list is the ____.
a. search algorithm
b. insert algorithm
c. deletion algorithm
d. allocation or initialization algorithm