The equivalent postfix expression corresponding to the infix expression (A -…

2026

The equivalent postfix expression corresponding to the infix expression (A - B*C)/(D-E) is

  1. A.

    ABC - *DE/--

  2. B.

    A*BC - DE-/

  3. C.

    ABC* - DE-/

  4. D.

    AB*C - DE-/

Attempted by 241 students.

Show answer & explanation

Correct answer: C

To convert (A - B*C)/(D-E) to postfix: 1. Process inner parentheses first. 2. Apply precedence (* before -). 3. Result is ABC*-DE-/.

Explore the full course: Niacl Ao It Specialist