C)int fun(double *x,int n); D)int fun(double *,int*);
(33)若有定义语句:int k[2][3],*pk[3];,则以下语句中正确的是( )。
A)