Multiple Choice
This vector function removes an item from a vector.
A) remove_item
B) delete_item
C) erase
D) pop_back
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q45: What does the following statement do?<br>Vector<int> v(10,
Q46: It is _ to pass an argument
Q47: Assume array1 and array2 are the names
Q48: Subscript numbering in C++<br>A) can be set
Q49: How many elements does the following array
Q51: The amount of memory used by an
Q52: To access an array element, use the
Q53: This vector function returns the number of
Q54: The name of an array stores the
Q55: When writing functions that accept multi-dimensional arrays