Microprocessors - Engineering

Q1:

Consider the following statement in Fortran 77

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

Which of the following is correct?

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)

ANS:C - 5 values would be read and stored in X (0), X (1), X (2), (3)(4)

No answer description is available.