Vidyalelo
Data Structure · Q129

Stacks in Data Structures

Programming · Data Structure · question 129

Q129

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
Answer
D.
higher and equal priority operators follow the same condition

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board