Transform the following infix expression to postfix form: A - B / (C * D)
Answers
Answered by
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