Electronics and Communication Engineering - Microprocessors - Discussion

Discussion Forum : Microprocessors - Section 7 (Q.No. 19)
19.
Consider the following statement in Fortran 77

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

Which of the following is correct?
3 values would be read and stored in X (0), X (1), X (2)
4 values would be read and stored in X (0), X (1), X (2), X (3)
5 values would be read and stored in X (0), X (1), X (2), (3)(4)
5 values would be read and stored in X (I), X (2), X (3), X (4), X (5)
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.