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

 C 语言代码如下:

int i = 32777;

short si = i;

int j = si;

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


答案
第1空:-32759

题目信息

题号:7677
题型:填空题
难度:普通