Stack
Last updated
Was this helpful?
Last updated
Was this helpful?
Infix Expression: The operator is in between the two operands.
Example: A + B is known as infix expression.
Postfix Expression: The operator is after the two operands.
Example: BD + is known as postfix expression.
Prefix Expression: The operator is before the two operands.
Example: + BD is known as prefix expression.