First page Back Continue Last page Graphics
Evaluating Postfix Expressions
Operands are pushed onto a stack.
An operator pops its operands and then pushes the results.
At the end of the evaluation, the stack should contain only one element, which represents the results.