Page 1 of 1

The postfix expression abc+de/*- is equivalent to which of the following infix expression?

Posted: Wed Jul 13, 2022 7:41 pm
by answerhappygod
a) abc+-de*/
b) (a+b)-d/e*c
c) a-(b+c)*(d/e)
d) abc+*-(d/e)