1.

Convert the following infix notation to its postfix form:E*(F/(G-H)*I) + J

Answer»

E * (F/(G-H) * I) +J 

= E*(F/GH- *I) + J 

= E * FGH-/I * + J 

= EFGH-/I**J +



Discussion

No Comment Found

Related InterviewSolutions