Computer Science, asked by yousefmohamedlotfy40, 2 months ago

Transform the following infix expression to postfix form: A - B / (C * D)

Answers

Answered by binodbam2003
0

Answer:

Explanation: Using the infix to postfix conversion algorithm, the corresponding postfix expression for the infix expression is found to be abc^/d-.

Similar questions