7.
(4分)以下对二维数组a的正确说明是( )

A. int a[3][]
B. float a(3,4)
C. double a[1][4]
D. float a(3)(4)
出自:兰州大学C语言程序设计