InterviewSolution
Saved Bookmarks
| 1. |
In infix to postfix conversion algorithm, the operators are associated from?(a) right to left(b) left to right(c) centre to left(d) centre to rightThe above asked question is from Application of Stacks topic in section Application of Stacks of Data Structures & Algorithms II have been asked this question by my school principal while I was bunking the class. |
|
Answer» The correct option is (b) left to right |
|