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

1.10 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


Leave a Reply