6. Find the output of the following prefix expression *+2-2 1/-4 2+-5 3 1 code example
Example: 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.