【单选题】
若定义如下结构,则能打印出字母M的语句是()。structperson{charname[9];intage;};structpersonclass[10]={"Wujun",20,"Liudan",23,"Maling",21,"zhangming",22};
①
printf("%c\n",class[3].name);
②
printf("%c\n",class[2].name[0]);
③
printf("%c\n",class[2].name[1]);
④
printf("%c\n",class[3].name[1]);
【单选题】
<imgwidth="288"height="25"v:shapes="图片_x0020_80"src="http://wljy.whut.edu.cn/uploadfiles/word/cyy02-60.files/image075.png">
【单选题】
设有如下语句:structstu{intnum;intage;};structstus[3]={{101,18},{102,21},{103,19}};structstu*p=s;则下面表达式的值为102的是()。
【单选题】
判定逻辑值为“真”的最准确叙述是()。
【单选题】
若有定义:structstudent{intnum;charsex;intage;}stu1;下列叙述不正确的是()。
④
num,sex,age都是结构体变量stu1的成员
【单选题】
若有定义:intm=7,n=10,k;则执行语句k=m后k的值为()。
【单选题】
<imgwidth="392"height="72"v:shapes="图片_x0020_160"src="http://wljy.whut.edu.cn/uploadfiles/word/cyy01-60.files/image163.png">
【单选题】
<imgwidth="554"height="26"v:shapes="图片_x0020_137"src="http://wljy.whut.edu.cn/uploadfiles/word/cyy01-60.files/image140.png">
①
<imgwidth="18"height="15"v:shapes="图片_x0020_138"src="http://wljy.whut.edu.cn/uploadfiles/word/cyy01-60.files/image141.png">
②
<imgwidth="29"height="22"v:shapes="图片_x0020_139"src="http://wljy.whut.edu.cn/uploadfiles/word/cyy01-60.files/image142.png">