InterviewSolution
Saved Bookmarks
| 1. |
Identify the infix expression from the list of options given below.(a) a/b+(c-d)(b) abc*+d+ab+cd+*ce-f-(c) ab-c-(d) +abThis question is from Evaluation of an Infix Expression (Not Parenthesized) topic in portion Application of Stacks of Data Structures & Algorithms IThis question was addressed to me by my college director while I was bunking the class. |
|
Answer» RIGHT answer is (a) a/b+(c-d) EASIEST explanation - a/b+(c-d) is an INFIX EXPRESSION since the operators are placed in between the operands. |
|