[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

Technical Discussion :: Data Structure

40. Write the postfix form of the following expression .
A+[[(B+C)+(D+E)*F]/G]

Answer:

(a b) * (c*d-e) * f / g

Priority to ‘/‘ operator

(a b) * (c*d-e) * fg/

Priority to brackets and ‘*’ operator

(a b)(c*d-e)fg/**

Priority to ‘*’ operator

(a b)(cd*-e)fg/**

Priority to ‘ ’ and ‘-’ operators

(ab )(cd*e-)fg/**

Asked In :: Cisco Sopra Steria

Post Your Answer Here:

Name *
Email
Alert me

Post Your Reply Here:

Report Error

Please Login First Click Here