What is the postfix representation of the following infix expression?
(A + B) * C – D * E / F1
A B + C * D E * F - /
2
A B * C + D E * F / -
3
A B + C – D E * F / *
4
A B + C * D E * F / -
5
None of above
What is the postfix representation of the following infix expression?
(A + B) * C – D * E / F