Microprocessors - Engineering

Q1:

Which of the following DO statements is invalid in FORTRAN 77?

A DO 161 = 1, 15

B DO 16 1 = 1, 10, 1

C DO 16 I = - 5, 5, 2

D none of the above

ANS:D - none of the above

All are valid.