第20597题 单选题
以下哪个函数声明在调用时可以传递二维数组的名字作为参数?
A

void BubbleSort(int a[][4]);

B

void BubbleSort(int a[3][]);

C

void BubbleSort(int a[][]);

D

void BubbleSort(int ** a);

程序运行统计
暂无判题统计
提交0次 正确率0.00%
答案解析