Page 1 of 1

For the given expression tree, write the correct postfix expression.

Posted: Wed Jul 13, 2022 7:41 pm
by answerhappygod
a) abc*+
b) abc+*
c) ab+c*
d) a+bc*