Vidyalelo
Data Structure · Q75

Stacks in Data Structures

Programming · Data Structure · question 75

Q75

The postfix expression abc+de/*- is equivalent to which of the following infix expression?

A.
abc+-de*/
B.
(a+b)-d/e*c
C.
a-(b+c)*(d/e)
Answer
D.
abc+*-(d/e)

Answer: Option C

Solution

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