Question:

Evaluate the following postfix expression and find the correct value in the following: 50, 60, +, 20, 10, -, *

Show Hint

In postfix notation, operators come after the operands, and you evaluate them from left to right.
Updated On: Apr 24, 2025
  • 1100
  • 1000
  • 9000
  • 10
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Let's evaluate the postfix expression step by step: \[ 50 \, 60 \, + = 110 \] \[ 110 \, 20 \, 10 \, - = 110 \, 10 = 120 \] \[ 120 \times 10 = 1100 \] Thus, the correct value is 1100.
Was this answer helpful?
0
0