Which of the following member functions is NOT common to the sequential containers (vector, list, deque)?
A. begin()
B. rbegin()
C. rend()
D. push_front()
E. front()
D. push_front()
Computer Science & Information Technology
You might also like to view...
Criteria are entered before Fields in a query
Indicate whether the statement is true or false
Computer Science & Information Technology
In a property definition, the ____________ is automatically created by the compiler, and its data type is the same as that of the property.
a. this variable b. data parameter c. copy variable d. value parameter
Computer Science & Information Technology