Examveda
Examveda

Which of the following is the correct way of declaring a float pointer:

A. float ptr;

B. float *ptr;

C. *float ptr;

D. None of the above

Answer: Option B


This Question Belongs to C Program >> Pointer

Join The Discussion

Related Questions on Pointer