问题挺抽象,不知道自己理解的对不对,仅供参考。
1:float X=-2.38;
2:float temp=-2.38;
float X=temp;
3: float X;
float*temp=&x;
temp=-2.38;
高职高专计算机专业C++程序设计类似问题答案