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
Answer: C. ABC* - DE-/
- A.
ABC - *DE/--
- B.
A*BC - DE-/
- C.
ABC* - DE-/
- D.
AB*C - DE-/
Attempted by 598 students.
Show answer & explanation
Correct answer: C
Loading lesson…