答案是C,可是没问题啊我觉得,-285可以放在unsigned类型里边
无符号是不能存有符号整数的,16位系统中一个int能存储的数据的范围为-32768~32767,而unsigned能存储的数据范围则是0~65535
unsighed是无符号类型,c选项有负号