Multiple Choice
The statement ____ declares intList to be a vector and the component type to be int.
A) vector<int> intList;
B) int.vector intList;
C) int.vector<int> intList;
D) vector.int intList<int>;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: The statement _ advances cntItr so that
Q2: The class _ contains member functions that
Q3: An iterator of the type const_iterator is
Q4: The expression vecCont.empty() empties the vector container
Q6: _ iterators are forward iterators that can
Q7: An iterator of type const_reverse_iterator is used
Q8: The _ iterator is used to input
Q9: Assuming vecList is a vector container, the
Q10: The general syntax to use an istream
Q11: The expression _ advances the iterator intVecIter