Home / ECE / Microprocessors :: Discussion

Discussion :: Microprocessors

  1. Consider the following statement in FORTRAN 77

    READ*, [X(I) Y(I) = 0, 3, 2]

    Which of the following is correct?

  2. A.
    2 values could be read and stored asX (0), Y (0)
    B.
    4 values could be read and stored asX (0), Y (0), X (2), Y (2)
    C.
    6 values could be read and stored as X (0), Y (0), Y (2), X (3), Y (3)
    D.
    none of the above

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment