InterviewSolution
Saved Bookmarks
| 1. |
From the given Expression tree, identify the correct postfix expression from the list of options.(a) ab*cd*+(b) ab*cd-+(c) abcd-*+(d) ab*+cd-The origin of the question is Application of Stacks in division Application of Stacks of Data Structures & Algorithms IThis question was posed to me in semester exam. |
|
Answer» The correct option is (b) ab*cd-+ |
|