单项选择题

执行下列程序片段时输出结果是()。
unsigned int a=65535;
printf(“%d”,a);

A.65535
B.-1
C.-32767
D.1