TA贡献1017条经验 获得超1032个赞
#include <stdio.h> int main() { char c = 'a'; int n =c; //将c赋值给n float f =c; //将c赋值给f double d =c; //将c赋值给d printf("%d\n",n); printf("%f\n",f); printf("%lf\n",d); return 0; }
TA贡献238条经验 获得超101个赞
说实话我连问题都没看懂
TA贡献87条经验 获得超24个赞
..题目呀,我们没你说的书的。
举报