Vidyalelo
Data Structure · Q50

Stacks in Data Structures

Programming · Data Structure · question 50

Q50

What is the correct postfix expression for the following expression? a+b*(c^d-e)^(f+g*h)-i

A.
abc^de-fg+*^*+i-
B.
abcde^-fg*+*^h*+i-
C.
abcd^e-fgh*+^*+i-
Answer
D.
ab^-dc*+ef^gh*+i-

Answer: Option C

Solution

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