Menu

Stacks Questions

MCQ
21.
What is the postfix form of the following prefix expression -A/B*C$DE ?
forum Discussion
MCQ
22.
The minimum number of multiplications and additions required to evaluate the polynomialP = 4x3+3x2-15x+45 is
forum Discussion
MCQ
23.
The data structure required to evaluate a postfix expression is
forum Discussion
MCQ
24.
The data structure required to check whether an expression contains balanced parenthesis is
forum Discussion
MCQ
25.
What data structure would you mostly likely see in a non recursive implementation of a recursive algorithm?
forum Discussion
MCQ
26.
The process of accessing data stored in a serial access memory is similar to manipulating data on a
forum Discussion
MCQ
27.
The postfix form of A*B+C/D is
forum Discussion
MCQ
28.
What is the postfix form of the following prefix:*+ab
forum Discussion
MCQ
29.
Which data structure is needed to convert infix notation to postfix notation?
forum Discussion
MCQ
30.
The prefix form of A-B/ (C * D ^ E) is,
forum Discussion