各位,为什么第二个,第三个输出不一样,第二个的结果是9.00000,第三个是0.0000int a=9;float=b;b=a;float*c=&a;printf("%d",a);printf("%lf",b);printf("%lf",c);
收起
代码呢?
报告相同问题?