Computer Science, asked by paragpatil25776, 6 months ago

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 s1536viibpawankumar1
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