写出下列程序段运行结果()。 unsigned int a=3,b=10; printf("%d\n",a

分类: 2019江中知识赛B(看题模式) 发布时间: 2023-12-01 12:13 浏览量: 0

写出下列程序段运行结果()。 unsigned int a=3,b=10; printf("%d\n",a

A.13

B.12

C.8

D.14

E.B

F.1

正确答案是B