C 语言代码如下:int i = 32777; sho

C 语言代码如下:

int i    = 32777;
short si = i;
int j    = si;

执行上述代码段后,j 的值是( )。

答案
B

题目信息

题号:5401
题型:单选题
难度:普通