InterviewSolution
Saved Bookmarks
| 1. |
While evaluating a prefix expression, the string is read from?(a) left to right(b) right to left(c) center to right(d) center to left to rightI'm obligated to ask this question of Application of Stacks topic in portion Application of Stacks of Data Structures & Algorithms II have been asked this question by my college professor while I was bunking the class. |
|
Answer» Right ANSWER is (b) right to left |
|