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

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

ANSWER DOWNLOAD EXAMIANS APP