state gov UP Police Programmer Grade 2 Mock Test Series Programming and Data Structure Programming in C Array
What is the output of the following statements considering the block is present in main function?
float f[]={3,5,6,8,9};
float *a=f+1;
printf(â%.1fâ,*a);1
3.0
2
5.0
3
Error
4
0.0