Familiar left-to-right form with parentheses where needed
Converted "(A + B) * C" to all three notations.
Next stepPostfix (RPN) is used by most scientific calculators and compilers. Prefix (Polish) is common in Lisp-family languages and expression trees.