G
Guest
The following program
int main(){printf("%.2f\n", 90.625);}
what it must print out?
I try it on several compiler/operating system
and I obtaing different results.
On some compilers it writes 90.62,
but with other compilers it writes 90.63.
- Dario
int main(){printf("%.2f\n", 90.625);}
what it must print out?
I try it on several compiler/operating system
and I obtaing different results.
On some compilers it writes 90.62,
but with other compilers it writes 90.63.
- Dario