Q . Convert the following infix Expression.To it's Equivalent Prefix And Postfix Form
1) A + B / ( C-D )
2) A*( B+C)-D/ E
Answers
Answered by
2
Explanation:
Evaluate Postfix expression from given infix expression. Expression in which Operator is written after Operand is called as ________.
...
Data Structure.
A bc*de/+
B bc*de+/
C b*cde/+
D bcd*e/+
Similar questions