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

None of these
float ptr;
float *ptr;
*float ptr;

ANSWER DOWNLOAD EXAMIANS APP