Consider the following operations performed on a stack of size 5 : Push (a); Pop() ; Push(b); Push(c); Pop(); Push(d); Pop();Pop(); Push (e) Which of the following statements is correct?
1.Underflow occurs
2.Stack operations are performed smoothly
3.Overflow occurs
4.None of the above