Electronics and Communication Engineering - Microprocessors - Discussion

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

DO 52 N = 1, 10, 3

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

Do statement is executed when N = 1, 4, 7, 10, i.e., a total of 4 times.

Discussion:
13 comments Page 2 of 2.

Divan said:   1 decade ago
Fortan 77 is language?

Nani said:   6 years ago
Thank you @Urmila.

Sachin said:   7 years ago
Thanks @Urmila.


Post your comments here:

Your comments will be displayed after verification.