Home / ECE / Microprocessors :: Discussion

Discussion :: Microprocessors

  1. Consider the following statements about Infix and Post fix notations in Pascal

    1. In Infix notation operators appear between the operands on which they operate.
    2. In Post fix notation operators appear after the operand.
    3. The Infix expression A + B - C + D will appear as AB + C - D + in post fix notation.
    Which of the above are correct?

  2. A.
    All
    B.
    1 and 2 only
    C.
    1 and 3 only
    D.
    2 and 3 only

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    All are correct.


Be The First To Comment