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

  • (A) abc*+
  • (B) abc+*
  • (C) ab+c*
  • (D) a+bc*
πŸ’¬ Discuss
βœ… Correct Answer: (A) abc*+
Explanation: evaluating the given expression tree gives the infix expression a+b*c. converting it to postfix, we get, abc*+.

Explanation by: Mr. Dubey
evaluating the given expression tree gives the infix expression a+b*c. converting it to postfix, we get, abc*+.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
742
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
90%
Success Rate