例4.7输出双精度数时的有效位数。
main()
{double x,y;
x=1111111111111.111111111;
y=2222222222222.222222222;
printf("%f",x+y);

输出结果为
3333333333333.333010