MCQOPTIONS
Saved Bookmarks
| 1. |
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 |
| A. | 1 |
| B. | 11 |
| C. | 10 |
| D. | 4 |
| Answer» D. 4 | |