Categories
Computer Science

The statement to reserve memory locations for an array M arranged in 12 columns and 20 rows may be

A:  DIM(12,20)
B:  DIMM(20,12)
C:  M(240)
D:  DIMM(12,20)