Discussion :: Microprocessors
-
Consider the following statements about Infix and Post fix notations in Pascal
- In Infix notation operators appear between the operands on which they operate.
- In Post fix notation operators appear after the operand.
- The Infix expression A + B - C + D will appear as AB + C - D + in post fix notation.
Answer : Option A
Explanation :
All are correct.
Be The First To Comment