Vidyalelo
Data Structure · Q132

Introduction to Data Structures

Programming · Data Structure · question 132

Q132

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

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

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board