Solved

The Vector Class Has a ________ Member Function Which Can

Question 36

Multiple Choice

The vector class has a ________ member function which can be used to request an increase in the vector's capacity and a __________ member function to decrease a vector's capacity.


A) size() , max_size()
B) capacity() , reserve()
C) max_size() , shrink()
D) reserve() , shrink_to_fit()
E) None of these

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions