Home / ECE / Microprocessors :: Discussion

Discussion :: Microprocessors

  1. Consider the following statement in Fortran 77

    READ *, (X.(I), I = 0, 4)

    Which of the following is correct?

  2. A.
    3 values would be read and stored in X (0), X (1), X (2)
    B.
    4 values would be read and stored in X (0), X (1), X (2), X (3)
    C.
    5 values would be read and stored in X (0), X (1), X (2), (3)(4)
    D.
    5 values would be read and stored in X (I), X (2), X (3), X (4), X (5)

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment