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

C Programming
Use of functions

Makes the debugging task easier.
Helps to avoid repeated programming across programs.
Enhances the logical clarity of the program.
Helps to avoid repeating a set of statements many times.
All of these

ANSWER DOWNLOAD EXAMIANS APP