Microprocessors - Engineering

Q1:

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

A B(2, 4)

B B(M, 3)

C B(M, R)

D B(3, 6)

ANS:C - B(M, R)

Subscript not proper.