float y=98.7654;
printf("%f\n", y);
This is giving the output as 98.765404
.
I cannot understand how the output ends with 04, can anybody please explain it?
float y=98.7654;
printf("%f\n", y);
This is giving the output as 98.765404
.
I cannot understand how the output ends with 04, can anybody please explain it?