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
My question is from Application of Stacks in division Application of Stacks of Data Structures & Algorithms I
This question was posed to me during a job interview.