Computer Science, asked by ponnilavan, 6 hours ago

Write the prefix and postfix expression of
(A+B)*C-(D-E)*(F+G)

Answers

Answered by AnjanaUmmareddy
0

Answer:

When you write an arithmetic expression such as B * C, the form of the expression provides you with information so that you can interpret it correctly. In this case we know that the variable B is being multiplied by the variable C since the multiplication operator * appears between them in the expression. This type of notation is referred to as infix since the operator is in between the two operands that it is working on.

Similar questions