evaluate postfix expression a+b * c.
Hi Candidate,
Before proceeding with the solutions for the Postfix expression, you have to understand the basics of this expression- An expression is called the postfix expression if the operator appears in the expression after the operands.
If we take an example for this expression, it will help you to get it better- Eg: AB+CD-* (Infix : (A+B * (C-D) ) Given a Prefix expression, convert it into a Postfix expression.
Hope that this answer helps you. Have a Good Day.




