在线名词解释大全
专业、全面、易懂的全领域名词百科

定义一个指向int类型的三行四列二维数组,正确的语句是()。

题型:单选题
选项
A. A.int a(3)(4);
B. int a[3,4];
C. int a[3][4];
D. int a(3)[4];
正确答案: