1.

Convert the following infix expression into its postfix form:(A/B + C) * (D/(E – F))

Answer»

(A/B + C) * (D/(E -F)) 

= (A/B + C) (D/(E-F))* 

= (AB/+C) (D/(EF-))* 

= (AB/C+) (DEF-/)* 

= AB/C + DEF-/*



Discussion

No Comment Found

Related InterviewSolutions