July2016 cs Q22

0. 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?

  • Option : B
  • Explanation :

    All Stack operations are performed smoothly. So, option (B) is correct.
Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *