Electronics and Communication Engineering - Microprocessors - Discussion

Discussion Forum : Microprocessors - Section 4 (Q.No. 44)
44.
Consider the following DO statement in Fortran 77

DO 12 A = 1.0, 5.5, 0.5

The number of DO loop executions in the above statement is
1
11
10
4
Answer: Option
Explanation:

Do loop executations are for A = 1.0, 1.5, 2.0, 2.5, 3.0, 3.5, 4.0, 4.5, 5.0, 5.5 or a total of 10 times.

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

Post your comments here:

Your comments will be displayed after verification.