• 2022-06-04
    Consider
    the following operations performed on a stack of size 5 : Push ();
    Pop() ; Push(); Push(); Pop(); Push(); Pop();Pop(); Push () Which
    of the following statements is correct? ()
    A: Underflow
    occurs
    B: Stack
    operations are performed smoothly
    C: Overflow
    occurs
    D: None
    of the above