Computer Science, asked by achirc7875, 20 days ago

Convert the following infix expression to postfix form
(A+B)*(C-D)

Answers

Answered by shubhrakanha2904
0

Answer:

(A + B) * (C - D) = A(C - D) + B(C - D).

Similar questions