单项选择题
A.int fun(double X,int *n); B.int fun(double ,int); C.int fun(double * X,int n); D.int fun(double *int*);