Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which of the following statement is incorrect with respect to infix to postfix conversion algorithm?

a) operand is always placed in the output
b) operator is placed in the stack when the stack operator has lower precedence
c) parenthesis are included in the output
d) higher and equal priority operators follow the same condition

Answer: c
Explanation: Parentheses are not included in the output. They are placed in the operator stack and then discarded.

Join The Discussion