Microprocessors - Engineering

Q1:

Which of the following array names in Fortran 77 is invalid?

A A(6)

B A(R)

C A(I)

D A(N)

ANS:B - A(R)

Subscript R is not proper.