Solved

Which of the Following Are Correct Statements About Vector Member

Question 13

Multiple Choice

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


A) push_front baseTypeObject) puts object on the front of a vector
B) indexing uses index values 0 through size )
C) size ) tells how many base type objects have been inserted into the vector
D) When a vector runs out of space all implementations are required to double the amount of allocated space .

Correct Answer:

verifed

Verified

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

Related Questions