1.

Convert the following Infix expression to Postfix form using a stack

A. * s, Follow usual precedence rule and assume that the expression is legal.
B. xyz*+pq*r+s*+
C. xyz*+pq*r+s+*
D. xyz+*pq*r+s*+
Answer» B. xyz*+pq*r+s*+


Discussion

No Comment Found