1what is the equivalent postfix expression the given infix A
1-what is the equivalent postfix expression
the given infix:
A+B*D^E^F^G
2-what is the equivalent prefix expression
the given infix:
A+B*D^E^F^G
3-what is the equivalent infix expression
the given prefix:
++*+ABD/E+F*ADC
4-what is the equivalent postfix expression
the given prefix:
++*+ABD/E+F*ADC
Solution
1. AB+D*E^F^G^
2. +A*B^D^E^FG
3. (A+B+D)*E+F/(A*DC)
4. (A+B+D)*E+F/(A*DC)
