文件名称:main
介绍说明--下载内容均来自于网络,请自行研究使用
本例表明了上述赋值运算中类型转换的规则。a为整型,赋予实型量y值8.88后只取整数8。x为实型,赋予整型量b值322, 后增加了小数部分。字符型量c1赋予a变为整型,整型量b赋予c2 后取其低八位成为字符型(b的低八位为01000010,即十进制66,按ASCII码对应于字符B)。-This example shows the assignment operator in the above-mentioned type conversion rules. a as integer, y give the real value of the volume of 8.88, only after the integer 8. x is real, given the volume of b integer value of 322, after an increase of the fractional part. The amount given a character into integer c1, c2 integer capacity b given after the character to become the lower 8 (b 8 for the low 01000010, or decimal 66, in accordance with ASCII character code corresponding to B).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
main.doc