____ containers allow elements to be inserted at both ends.
A. Queue
B. Deque
C. Stack
D. List
Answer: B
You might also like to view...
Which of the following assignments would be a compilation error?
a. Assigning the address of a base-class object to a base-class pointer. b. Assigning the address of a base-class object to a derived-class pointer. c. Assigning the address of a derived-class object to a base-class pointer. d. Assigning the address of a derived-class object to a derived-class pointer.
When cell D3 containing the formula =$B$5^$C$6 is copied to cell G7, the formula in cell G7 is ________
Fill in the blank(s) with the appropriate word(s).
The easiest way to change the font style is to select the text, and then click the Bold, Italic, or Underline buttons in the Font group on the Home tab.
Answer the following statement true (T) or false (F)
UNIX uses the ____ page replacement algorithm.
A. least recently used B. round robin C. priority D. oldest first