Solveeit Logo

Question

Computer Science Question on Postfix Notation

Given an infix expression ((X+Y)*Z)/(5i+W) write its postfix notation :

A

XY+Z5W*+/

B

XYZ5+W*+/

C

XY+Z*5W+/

D

XYZ+*5W+/

Answer

XY+Z*5W+/

Explanation

Solution

The correct option is (C) :XY+Z*5W+/