Users Also Read
MCQ's Search Engine
Electrical Engineering
Mechanical Engineering
Civil Engineering
Automobile Engineering
Chemical Engineering
Computer Engineering
Electronics Engineering
Medical Science Engg
- 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.
Consider the following statements about Infix and Post fix notations in Pascal
| |
A. | All [Correct Answer] |
B. | 1 and 2 only [Wrong Answer] |
C. | 1 and 3 only [Wrong Answer] |
D. | 2 and 3 only [Wrong Answer] |