练习二级选择题,点击选项即可查看结果
int a=10; a << 1;
char ch = getchar();
sizeof("hello")
int m=1,n=2; m^=n;
int x=‑3; printf("%d", x>0 ? 1 : x<0 ? ‑1 : 0);