What will be the output?
#includestdio.h

int main()
{
float a=3.15529;
printf("%2.1f\n", a);
return 0;
}


Posted on by