1.

The type of expression in which operator succeeds its operands is?(a) Infix Expression(b) Prefix Expression(c) Postfix Expression(d) Both Prefix and Postfix ExpressionsI would like to ask this question from Stack Operations topic in division Abstract Data Types of Data Structures & Algorithms II got this question during an online interview.

Answer»

The correct choice is (c) Postfix Expression

The EXPLANATION is: The expression in which OPERATOR succeeds its operands is called postfix expression. The expression in which operator precedes the operands is called prefix expression. If an operator is present between two operands, then it is called INFIX EXPRESSIONS.



Discussion

No Comment Found

Related InterviewSolutions