Vidyalelo
Data Structure · Q175

Introduction to Data Structures

Programming · Data Structure · question 175

Q175

The postfix form of the expression (A+ B)*(C*D- E)*F / G is?

A.
AB+ CD*E - FG /**
B.
AB + CD* E - F **G /
C.
AB + CD* E - *F *G /
Answer
D.
AB + CDE * - * F *G /

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board