Home / ECE / Microprocessors :: Discussion

Discussion :: Microprocessors

  1. Which of the following conditional statements is not valid in Pascal?

  2. A.
    If A > = B then B : = C + D + X
    B.
    If (N = 45) THEN X : = X + 2 ELSEX : = 0
    C.
    If A < = B then A : = C * D
    D.
    If (A > = B) X : Y else X : = Z

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    'then' is missing.


Be The First To Comment