The ____ operation on a queue returns the last element in the queue, but does not remove the element from the queue.
A. front
B. back
C. pop
D. push(item)
Answer: B
Computer Science & Information Technology
A. front
B. back
C. pop
D. push(item)
Answer: B