[ 单选题 ] 常识

若int类型数据占两个字节,则下列语句的输出为()。
int k=-1; printf("%d,%u\n",k,k);
  • A、
    -1,-1
  • B、
    -1,32767
  • C、
    -1,32768
  • D、
    -1,65535