选择题
以下非法的定义语句是
A、
long b=0L;
B、
unsigned int a=-100u;
C、
short c2=0123;
D、
int d=0x0;
【正确答案】
B
【答案解析】
关键字unsigned定义的是无符号数,则选项B定义错误。
提交答案
关闭