1.

The expression obtained by recursively producing a left expression, followed by an operator, followed by recursively producing a right expression is called?(a) prefix expression(b) infix expression(c) postfix expression(d) paranthesized expressionMy query is from Trees topic in portion Trees of Data Structures & Algorithms IThis question was addressed to me in examination.

Answer»

Correct CHOICE is (b) INFIX EXPRESSION

For EXPLANATION: It is an infix expression because the FORMAT of an infix expression is given by operand-operator-operand.



Discussion

No Comment Found

Related InterviewSolutions