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

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

ANSWER DOWNLOAD EXAMIANS APP