例4.6输出实数时的有效位数。
main()
{float x,y;
x=111111.111;y=222222.222;
printf("%f",x+y);

运行结果为
333333.328125