A.
B.
C.
D.
A. int fun(double x,int *n);
B. int fun(double ,int);
C. int fun(double*x,int n);
D. int fun(double *,int*);