InterviewSolution
Saved Bookmarks
| 1. |
The result of evaluating the postfix expression 5, 4, 6, +, *, 4, 9, 3, /, +, * is?(a) 600(b) 350(c) 650(d) 588My query is from Stack Operations in portion Abstract Data Types of Data Structures & Algorithms IThe question was asked in an interview for internship. |
|
Answer» The correct CHOICE is (b) 350 |
|