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: Option B
Related Questions on Introduction to Data Structures
A. A collection of data values
B. A programming language
C. A set of algorithms
D. A way of organizing and storing data

Join The Discussion