If in any stack following operations are performed then the sequence of number will be?
push(5), push(7), pop (), push ( 8 ), push (6), pop (), pop (), pop ()
1
7, 6, 8, 5
2
5, 8, 6, 7
3
7, 6, 5, 8
4
6, 7, 8, 5
If in any stack following operations are performed then the sequence of number will be?
push(5), push(7), pop (), push ( 8 ), push (6), pop (), pop (), pop ()