This article is tagged with:
How many stacks are required for evaluation of prefix expression
and lua
how many stacks are required for evaluation of prefix expression
2 stacks
Explanation: 2 stacks are required for evaluation of prefix expression, one for integers and one for characters.