Appearance
假定编译器规定 int 和 short 型长度分别为 32 位和 16 位,执行下列 C 语言语句:
unsigned short x = 65530; unsigned int y = x;
得到 y 的机器数为( )。