Which of the following member function do all the sequential containers (vector, list, deque) have? In the explanation, tell what the member does/returns.
a) begin()
b) end()
c) rbegin()
d) rend()
e) push_front()
f) pushback()
g) front()
h) back()
a) begin()
b) end()
c) rbegin()
d) rend()
f) pushback()
g) front()
h) back()
Computer Science & Information Technology
You might also like to view...
In a group of buttons, which button should appear first?
A. the one with the shortest caption B. they should be arranged alphabetically C. the most commonly used D. the least commonly used
Computer Science & Information Technology
The _____ in the Property inspector specifies the application or script that will process the form data.
A. Application Effect B. Action Property C. CGI Script D. Collection Process
Computer Science & Information Technology