Vidyalelo
Data Structure · Q126

Stacks in Data Structures

Programming · Data Structure · question 126

Q126

hat is the postfix expression for the corresponding infix expression? a+b*c+(d*e)

A.
abc*+de*+
Answer
B.
abc+*de*+
C.
a+bc*de+*
D.
abc*+(de)*+

Answer: Option A

Solution

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