In Fix To Post Fix Rules
In Fix To Post Fix Rules
Operators Symbols { }, ( ), [ ]
Parenthesis
Exponential notation ^
Multiplication and Division *, /
Addition and Subtraction +, -
Associativity order
^ Right to Left
*, / Left to Right
+, - Left to Right
For example:
2^2^3 = 2 ^ 8
= 256
Rules for the conversion from infix to postfix
expression
• K + L - M * N + (O^P) * W/U/V * T + Q