Which of the following are vector member functions studied in this chapter?

a) push_back(baseTypeObject) puts object on the back of the vector
b) indexing, like an array, with index values 0 to size( ) -1
c) a constructor that takes an int argument and constructs a vector of that many base type default constructed elements.
d) size( ) tells how many base type objects have been inserted
e) reserve(newReserve) to tell a vector to change the capacity.


All are members of the vector.

Computer Science & Information Technology

You might also like to view...

What are the goals of an auditor?

What will be an ideal response?

Computer Science & Information Technology

A ________ contains groups of commands related to the selected object.

A. ribbon B. contextual tab C. status bar D. title bar

Computer Science & Information Technology

Discuss why using the 5-GHz range for wireless networking produces less interference than the 2.4-GHz range.

What will be an ideal response?

Computer Science & Information Technology

Layout View provides maximum flexibility for designing a form, but requires more time on your part.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology