Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
Electronics and Communication Engineering
»
Microprocessors
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
Show Answer
Correct Answer:
4
Explanation:
Do statement is executed when N = 1, 4, 7, 10,
i.e.,
a total of 4 times.
← Previous Question
Next Question→
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment