Kizspy | Question: 39
(Choose 1 answer)
Which of the following statements correctly declares a function that receives a float pointer parameter and
returns a float pointer?
A. float fun(float *p);
B. float fun(float *p);
C. float fun(double *p);
D. float* fun(int *p);