单项选择题

有以下程序: main() { unsigped int a; int b=-1; a=b; printf("% u", a); } 程序运行后的输出结果是______。

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