摘要: 例子: #include <stdio.h> { char cChar; //字符型变量 short int iShort; //短整型变量 int ilnt; //整形变量 float fFloat=70000; //单精度浮点型 cChar=(char)fFloat; //强制转换赋值 iSho 阅读全文
posted @ 2017-11-20 19:07 付小白 阅读(13875) 评论(0) 推荐(1) 编辑