Discussion :: Microprocessors
-
Consider the following statement in Fortran 77
Which of the following is correct?
READ *, (X.(I), I = 0, 4)
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)
|
Answer : Option C
Explanation :
No answer description available for this question.
Be The First To Comment