Infix Expression: a+b*c/d

What will be the equivalent Postfix expression?

 Posted by Rajnilari2015 on 10/12/2015 | Category: Data Structures & Algorithms Interview questions | Views: 3727 | Points: 40
Select from following answers:
  1. a b c * d + /
  2. a b c * d / +
  3. a b + c d * /
  4. a b c + d / *
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response