填空题
以下程序的输出结果是
1
。
main()
{unsigned short a=65536;
intb:
printf("/%d\n",b=a);
}
1、
【正确答案】
1、0
【答案解析】
提交答案
关闭