A. 二维数组中首元素的值 B. 二维数组中首元素的地址 C. 二维数组中首行元素的行地址 D. 二维数组全部元素的值
A. fun(int *a[5]) B. fun(int *a[]) C. fun(int **a) D. fun(int a[][5])