有以下程序:#includeInt main(){Unsigned a=32768; int b;B=a;Printf("b=%d\n",b);Return 0;}程序运行的结果是
A.b=32768
B.b=32767
C.b=-32768
D.b=-1
正确答案是D