Infix and Postfix Notations
We consider only binary operators. A binary operator requires two operands whereas an unary operator like negation reuires only one operand.
Infix notation : The operator in between two operands
Postfix notation: The operator follows the two operands.