Multiple Choice
Which of the following methods removes an element from a queue?
A) enqueue
B) dequeue
C) first
D) pop
E) push
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q19: Write a push method for a stack
Q20: Which of the following is not an
Q21: Write a push method for a stack
Q22: It is possible to implement a stack
Q23: A stack is a _ data structure.<br>A)
Q25: Which of the following methods inserts an
Q26: What is wrong with implementing a queue
Q27: A postfix expression can be easily evaluated
Q28: Suppose there were no count variable stored
Q29: What exception is thrown if the pop