1.

To implement a stack using queue(with only enqueue and dequeue operations), how many queues will you need?

A. 1
B. 2
C. 3
D. 4
Answer» C. 3


Discussion

No Comment Found