1.

What will be output if the following sequence of operations are executed?Push(a,s);Push(b,s);Pop(b);Push(c,s);

A. abc
B. b
C. ac
D. acb
Answer» C. ac


Discussion

No Comment Found