Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

From the given Expression tree, identify the correct postfix expression from the list of options.

From the given Expression tree, identify the correct postfix expression from the list of options.
150
a) ab*cd*+
b) ab*cd-+
c) abcd-*+
d) ab*+cd-

Answer: b
Explanation: From the given expression tree, the infix expression is found to be (a*b)+(c-d). Converting it to postfix, we get, ab*cd-+.

Join The Discussion