...
UGC NET CS 2015 June Paper-3
October 16, 2023
Arrays
October 16, 2023
UGC NET CS 2015 June Paper-3
October 16, 2023
Arrays
October 16, 2023

GATE 2001

Question 41

What is the minimum number of stacks of size n required to implement a queue of size n?

A
One
B
Two
C
Three
D
Four
Question 41 Explanation: 
Minimum number of stacks of size n required to implement a queue of size n is two. With the help of two stacks we can able to implement a queue.
Correct Answer: B
Question 41 Explanation: 
Minimum number of stacks of size n required to implement a queue of size n is two. With the help of two stacks we can able to implement a queue.

Leave a Reply

Your email address will not be published. Required fields are marked *