C語言系列之強制類型轉換(一)

https://www.cnblogs.com/fqhy/p/7867794.html 例子: #include <stdio.h> { char cChar; //字符型變量 short int iShort; //短整型變量 int ilnt; //整形變量 float fFloat=70000; //單精度浮點型 cChar=(char)fFloat; //強制轉換賦值 iShort=(sh
相關文章
相關標籤/搜索