单选题   有如下C语言程序段:
    short si=-32767;
    unsigned short usi=si;
    执行上述两条语句后,usi的值为______
 
【正确答案】 D
【答案解析】