Kizspy | Question: 40
(Choose 1 answer)
PUU VERKLJM Com
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);