Menu

Stacks Questions

MCQ
121.
What is the value of the postfix expression 6 3 2 4 +
forum Discussion
MCQ
122.
Here is an infix expression: 4 + 3*(6*3-12). Suppose that we are using the usual stack algorithm to convert the expression from infix to postfix notation.
The maximum number of symbols that will appear on the stack AT ONE TIME during the conversion of this expression?
forum Discussion
MCQ
123.
The postfix form of the expression (A+ B)*(C*D- E)*F / G is?
forum Discussion
MCQ
124.
The data structure required to check whether an expression contains balanced parenthesis is?
forum Discussion
MCQ
125.
The process of accessing data stored in a serial access memory is similar to manipulating data on a ________
forum Discussion
MCQ
126.
The postfix form of A*B+C/D is?
forum Discussion
MCQ
127.
The prefix form of A-B/ (C * D ^ E) is?
forum Discussion
MCQ
128.
What is the result of the following operationTop (Push (S, X))
forum Discussion
MCQ
129.
The prefix form of an infix expression p + q
forum Discussion
MCQ
130.
The result of evaluating the postfix expression 5, 4, 6, +, *, 4, 9, 3, /, +, * is?
forum Discussion