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

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

ANSWER DOWNLOAD EXAMIANS APP