填空题
下面程序的运行结果是{{U}} 【15】 {{/U}}。 main() { unsigned a=0112,x; x=a>>3; printf("x=%o",x); }
1、
【正确答案】
1、x=11
【答案解析】
[评析] 在对无符号数的右移是高位补0。
提交答案
关闭