Computer Science, asked by shauryas4547, 1 year ago

Give an sdd to translate infix expressions with + and * into equivalent expressions without redundant parentheses. for example, since both operators associate from the left, and * takes precedence over +, ((a*(b+c))*(d)) translates into a * (b +

c.*

d.

Answers

Answered by Laxman143
2
abc+*d* is the prefix of expression
Similar questions