Question 4
a) Find the infix, prefix, and postfix expressions for the expression tree below.
b) Draw the expression tree and find the prefix and postfix expressions for the following infix expression: C+D+ABE+F. Draw the expression tree and find the infix and postfix expressions for the following prefix expression: -AB+CD/EF. Draw the expression tree and find the infix and prefix expressions for the following postfix expression: ABCDVEFE.