A postfix expression is one that has an operator right after an operand.
The main advantage of this form is that operator precedence and the grouping of subexpressions in parentheses are unnecessary.
Expressions starting with a + b are written as ab+ in postfix notation.