【单选题】写出下列程序段运行结果()。 unsigned int a=3,b=10; printf("%d\n",a<<2|b==1);< /div>
【简答题】unsigned int a=10,b=25; if(a>9&&b<25) { a++; } else { b++; } 执行以上程序后,a和b的值分别为多少?
【单选题】对于如下结构体定义struct student{int id;char name[32];struct { unsigned int year; unsigned int month; unsigned int day;} birthday;}s1={100,"zhao",{1999,10,1}};如下说法正确的是
B.
表达式sizeof(s1.birthday)的值为4
C.
表达式sizeof(s1.birthday)的值为12
【单选题】对于如下结构体定义struct student{int id;char name[32];struct { unsigned int y; unsigned int m; unsigned int d;} birthday;}s1={100,"zhao",{1999,10,1}};如下说法正确的是
B.
表达式sizeof(s1.birthday)的值为4
C.
表达式sizeof(s1.birthday)的值为12
【简答题】“专职卖时间,元”。河南打工妹姜玉凤一无文凭,二无技术,但是她在广州专门靠替人排队赚钱,并成立了一家排队公司,招聘了20多位员工,称为中国第一个合法的“职业排队人”,月平均利润有1万多元。 《现代快报》 四川小伙秦明来上海才三年,前两年给别人打工,如今他手下有30名员工,他给自己和自己的员工取了个很特别的名字——“排队专家”。他们是靠排队赚钱的专家,他们的收费标准为每小时15~20元,固定...
【简答题】修改矩形时,在修改命令面板中可修改半径的参数有一个为“圆角半径”,那么修改星形时,可修改半径的参数有______个。