Your program should take postfix

program should take postfix Binary operators are allowed for this program:
+, -, *, /, ^ [addition, expression as an input, process it with the help of stack and display the result after performing required calculations. Your

Only following subtraction, multiplication, division, exponentiation]

If some error occurs while processing postfix expression, your program should display a meaningful message, like:
Error: Division by zero not allowed
Topic archived. No new replies allowed.