Q:

In the case of vector, the additional information we supply is the type of the objects the vector will hold

0

In the case of vector, the additional information we supply is the type of the objects the vector will hold.

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

vector<int> ivec; // ivec holds objects of type int
vector<Sales_item> Sales_vec; // holds Sales_items
vector<vector<string>> file; // vector whose elements are vectors

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now