Which of the following is the correct way of declaring a float pointer ?
float *p;
float *p=1.5;
None of the listed options
float p[]=1.5
0 comments:
Post a Comment