33.
How would you implement a stack that supports minimum element retrieval in constant time?

35.
What happens when you push an element onto a stack that is already full (in a fixed-size stack)?

37.
How do you implement a stack using two stacks?

40.
How can you check if a given sequence of brackets is balanced using a stack?

Read More Section(Stacks in Data Structures)

Each Section contains maximum 100 MCQs question on Stacks in Data Structures. To get more questions visit other sections.