

InterviewSolution
Saved Bookmarks
1. |
Which of the following are the actions that operates on stack top?(a) Pushing(b) Popping(c) Replacing(d) All of the mentionedThe question was posed to me in examination.The doubt is from From PDA to Grammars in portion Push Down Automata of Automata Theory |
Answer» RIGHT OPTION is (d) All of the mentioned Easy explanation: Push, pop and replace are all the basic and only OPERATIONS that TAKES place on stack top. |
|