练习二级选择题,点击选项即可查看结果
char str[]="abcd";
str[4]
int x=6,y=3;
x ^ y
int i=0; while(++i<4){}
short s=0xffff;
int a[2][3]={{1,2},{3,4}};