Descriptive
January 7, 2025GATE 2011
January 9, 2025ISRO CS 2015
|
Question 11
|
If the sequence of operations – push (1), push (2), pop, push (1), push (2), pop, pop, pop, push (2), pop are performed on a stack, the sequence of popped out values
|
2,2,1,1,2
|
|
|
2,2,1,2,2
|
|
|
2,1,2,2,1
|
|
|
2,1,2,2,2
|
Question 11 Explanation:

Final Pop sequence: 22112
Correct Answer: A
Question 11 Explanation:

Final Pop sequence: 22112
