问题 单项选择题

下列程序的输出结果是______。
main()
unsigned short a=65536;int b;
printf("%d\n",b:a);

A.0
B.1
C.2
D.3

答案

参考答案:A

单项选择题 A1型题
多项选择题