Computer Science, asked by mamuhammad1009, 22 days ago

Evaluate an expression using stack.
Using infix to prefix notation, And infix to postfix notation
A + B * C / D - E

Answers

Answered by kazanidencey
0

Answer:

Postfix : A B C * D /+ E- | Prefix : +A -* B / C D E

Similar questions