| |
| | Art_Expressions_p1 at CodePedia |
 | | They are different from the infix and prefix notations in the sense that in the postfix notation, the operator comes after the operands, e.g. |
 | | So, what is actually done is that the expression is scanned from the user in infix form; it is converted into prefix or postfix form and then evaluated without considering the parenthesis and priority of the operators. |
 | | infix -> prefix, infix -> postfix, prefix -> infix, prefix -> postfix, postfix -> prefix, postfix -> infix. |
| www.codepedia.com /1/Art_Expressions_p1 (2252 words) |
|