A.0 B.1 C.2 D.6
A.Dim a[3,4] As Integer B.Dim a(3 4) As Integer C.Dim a(n,n) As Integer D.Dim a(3,4) As Integer