Computer Science, asked by godeaterzz1432, 8 months ago

Convert the following INFIX expression to its equivalent POSTFIX expression, showing the stack contents for each step of conversion.

=> A / (B + Q) * D - E

Answers

Answered by Anonymous
0

Answer:

A/BQ+ * D-E

ABQ+/ *D-E

ABQ+/D*-E

ABQ+/D*E-

hope it helps

Similar questions