C 语言代码如下:
int i = 32777;
short si =i;
int j=si;
执行上述代码段后, j 的值为( )。
A. -32777 B. -32759 C. 32759 D. 32777
执行上述 C 语言代码段后,j 的...
登录后提交答案
暂无评论,来抢沙发