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:

Verified
Correct Answer:
Verified
Q8: What is the difference between strcmp and
Q9: A character array terminated with the null
Q10: What is the value of numbers.size) after
Q11: What is the code to print out
Q12: How do you call the function to
Q14: If v is a vector and i
Q15: To change the space already allocated for
Q16: To convert an integer to a variable
Q17: What is the name of the function
Q18: A vector v will automatically increase the