【单选题】
若已定义inta=11;执行以下语句后的输出结果是()。printf("a=%d,a=%o,a=%x\n",a,a,a);
【单选题】
对于以下程序,说法正确的是()。#includestdio.hmain(){FILE*fp;fp=fopen("quiz.txt","w");if(fp!=NULL){fprintf(fp,"%s\n","success!");fclose(fp);printf("ok!");}}
①
程序运行后,当前工作目录下存在quiz.txt文件,其中的内容是"ok!"
②
程序运行后,当前工作目录下存在quiz.txt文件,其中的内容是"success!"
③
程序运行之前,当前工作目录下一定不存在quiz.txt文件
④
程序运行之前,当前工作目录下一定存在quiz.txt文件
【单选题】
用数组名作为函数的实参时,错误的说法是()。
【单选题】
若有定义:charc1=A,c2=B;语句printf("%d+%d=%d",c1,c2,c1+c2);运行后的结果为()。(说明:A的ASCII码的十进制值为65)
【单选题】
已定义doublek=3.6;则正确的赋值表达式是()。
【单选题】
<imgwidth="554"height="34"v:shapes="图片_x0020_18"src="http://wljy.whut.edu.cn/uploadfiles/word/cyy02-60.files/image018.png">
①
<imgwidth="84"height="30"v:shapes="图片_x0020_19"src="http://wljy.whut.edu.cn/uploadfiles/word/cyy02-60.files/image019.png">
②
<imgwidth="74"height="25"v:shapes="图片_x0020_20"src="http://wljy.whut.edu.cn/uploadfiles/word/cyy02-60.files/image020.png">
③
<imgwidth="90"height="25"v:shapes="图片_x0020_21"src="http://wljy.whut.edu.cn/uploadfiles/word/cyy02-60.files/image021.png">
④
<imgwidth="93"height="23"v:shapes="图片_x0020_22"src="http://wljy.whut.edu.cn/uploadfiles/word/cyy02-60.files/image022.png">
【单选题】
若定义如下结构,则能打印出字母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">