Multiple Choice
This is a container that provides quick access to elements at the front and the back of the list.
A) stack
B) queue
C) deque
D) All of these
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: The STL provides containers for deque and
Q11: Push and pop are the two most
Q25: In the following code, assume the myStack
Q26: Stacks are useful data structures for algorithms
Q27: In a dequeue operation, the element at
Q28: The pop function in the stack template
Q29: A static queue can be implemented as
Q38: The programmer must declare in advance the
Q44: Queues that are implemented as arrays are
Q46: The first item placed onto a stack