1.

In eveluating the arithmetic expression 2*3-(4+5),using stacks to evaluate its equivalent postfix form, which of the following stack configuration is not possible?

A. 4 6
B. 9 6
C. 5 4 6
D. 9 3 2
Answer» E.


Discussion

No Comment Found