Match the member functions of vectors on left with the correct return value on right. Hint: Please follow the read. data begin shrink_to_fit front reserve end [Choose] [Choose] Returns an iterator pointing to the first element in the vector. Returns an iterator referring to the past-the-end element in the vector container. Returns a reference to the first element in the vector. no return value, void the entire dynamic array inside A pointer to the first element in the array used internally by the vector. Returns a reference to the end element of the vector. [Choose ] [Choose ] [Choose]

icon
Related questions
Question

C++ 

Match the member functions of vectors on left with the correct return value on right.
Hint: Please follow the read.
data
begin
shrink_to_fit
front
reserve
Q Search
C
[Choose]
[Choose ]
Returns an iterator pointing to the first element in the vector.
Returns an iterator referring to the past-the-end element in the vector container.
Returns a reference to the first element in the vector.
no return value, void
the entire dynamic array inside
A pointer to the first element in the array used internally by the vector.
Returns a reference to the end element of the vector.
[Choose ]
[Choose ]
59
[Choose ]
L
EE
Transcribed Image Text:Match the member functions of vectors on left with the correct return value on right. Hint: Please follow the read. data begin shrink_to_fit front reserve Q Search C [Choose] [Choose ] Returns an iterator pointing to the first element in the vector. Returns an iterator referring to the past-the-end element in the vector container. Returns a reference to the first element in the vector. no return value, void the entire dynamic array inside A pointer to the first element in the array used internally by the vector. Returns a reference to the end element of the vector. [Choose ] [Choose ] 59 [Choose ] L EE
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer