Q.

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

A. abc*+
B. abc+*
C. ab+c*
D. a+bc*
Answer» A. abc*+
Explanation: evaluating the given expression tree gives the infix expression a+b*c. converting it to postfix, we get, abc*+.
1.5k
0
Do you find this helpful?
4

Discussion

No comments yet