1.

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» C. *float ptr;


Discussion

No Comment Found