Electronics and Communication Engineering - Microprocessors - Discussion

Discussion Forum : Microprocessors - Section 2 (Q.No. 15)
15.
Consider the following DO statement in FORTRAN 77

DO 25 J = 1, 7

The number of DO loop executions in the above statement is
7
6
1
8
Answer: Option
Explanation:

Do statement is executed when J = 1, 2, 3, 4, 5, 6, 7, i.e., a total of 7 times.

Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.