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*+
AnswerC.
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