Q. What is the result of the given postfix expression? abc*+ where a=1, b=2, c=3.

  • (A) 4
  • (B) 5
  • (C) 6
  • (D) 7
πŸ’¬ Discuss
βœ… Correct Answer: (D) 7
Explanation: the infix expression is a+b*c. evaluating it, we get 1+2*3=7.

Explanation by: Mr. Dubey
the infix expression is a+b*c. evaluating it, we get 1+2*3=7.

πŸ’¬ Discussion

πŸ“Š Question Analytics

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