Menu

Stacks Questions

MCQ
31.
What is the result of the following operation:Top (Push (S, X))
forum Discussion
MCQ
32.
The prefix form of an infix expression p + q − r t* is
forum Discussion
MCQ
33.
Which data structure is used for implementing recursion?
forum Discussion
MCQ
34.
The equivalent prefix expression for the following infix expression (A+B)-(C+D*E)/F*G is
forum Discussion
MCQ
35.
The result of evaluating the postfix expression 5, 4, 6, +, *, 4, 9, 3, /, +, * is
forum Discussion
MCQ
36.
In Reverse Polish notation, expression A*B+C*D is written as
forum Discussion
MCQ
37.
__________is a linear data structure in which an element can be added or removed only at one end.
forum Discussion
MCQ
38.
In stack terminology, the __________operations are known as push and pop operations respectively.
forum Discussion
MCQ
39.
A stack works on the principle of____________.
forum Discussion
MCQ
40.
What is one of the common examples of a stack?
forum Discussion