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

For explanation: In infix, PREFIX and POSTFIX expressions, the operators are ASSOCIATED from left to right and not right to left.



Discussion

No Comment Found

Related InterviewSolutions