若short int 类型数据占两个字节,则下列语句的输出为( )。
int k=-1;
printf(“%d,%u\n”,k,k);
A、-1,-1 B、-1,32767 C、-1,32768 D、-1,65535
出自:西安交通大学--程序设计综合训练学习指南