Page 1 of 1

Convert the following Infix expression to Postfix form using a stack. x + y * z + (p * q + r) * s, Follow usual preceden

Posted: Wed Jul 13, 2022 7:41 pm
by answerhappygod
a) xyz*+pq*r+s*+
b) xyz*+pq*r+s+*
c) xyz+*pq*r+s*+
d) xyzp+**qr+s*+