Vidyalelo
Data Structure · Q118

Stacks in Data Structures

Programming · Data Structure · question 118

Q118

What is the corresponding postfix expression for the given infix expression? a+(b*c(d/e^f)*g)*h)

A.
ab*cdef/^*g-h+
B.
abcdef^/*g*h*+
Answer
C.
abcd*^ed/g*-h*+
D.
abc*de^fg/*-*h+

Answer: Option B

Solution

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