【单选题】【消耗次数:1】
以下程序段运行后,屏幕的输出结果是()。charstr[80];strcpy(str,"computer");printf("%d",strlen(str));
7
8
9
10
参考答案:
复制
纠错
相关题目
【单选题】 执行下面程序:main(){intx=1,y=1,z=1;x=x+++y+++z++;printf("%d,%d,%d",x,++y,z++);}输出的结果为()
①  4,3,2
②  3,3,2
③  3,3,3
④  3,2,2
【单选题】 以下程序段的运行结果是()。charstr[3][2]={a,b,c,\0,e,f};printf("%s",str[0]);
①  a
②  abcef
③  abc\0ef
④  abc
【单选题】 在采访中,记者既要"身入",又要"心入"。"心入",就是要有强烈的社会责任感, 要对客观事物进行由表及里的分析,还要().
①  A.广泛地接触群众
②  B.多方面地挖掘材料
③  C.细心地掂量各种材料的价值
④  D.细心地掂量各种材料的价值
【多选题】 我国上市使用的轮状病毒疫苗有<span contenteditable="false" class="xe-blanknumber" data-name="blanknumber" data-content="{&quot;content&quot;:&quot;1&quot;}">1</span>、<span contenteditable="false" class="xe-blanknumber" data-name="blanknumber" data-content="{&quot;content&quot;:&quot;2&quot;}">2</span>、<span contenteditable="false" class="xe-blanknumber" data-name="blanknumber" data-content="{&quot;content&quot;:&quot;3&quot;}">3</span>。
①  口服五价重配轮状病毒减毒活疫苗
②  口服轮状病毒疫苗(LLR)口服
③  口服三价重配轮状病毒减毒活疫苗
【多选题】 Whatdoestheword&quot;steal&quot;(thelastpara.)mean?<br/>
【多选题】 已上市的霍乱疫苗包括两种,分别为<span contenteditable="false" class="xe-blanknumber" data-name="blanknumber" data-content="{&quot;content&quot;:&quot;1&quot;}">1</span>、<span contenteditable="false" class="xe-blanknumber" data-name="blanknumber" data-content="{&quot;content&quot;:&quot;2&quot;}">2</span>。
①  单价灭活全菌-重组霍乱肠毒素B亚单位疫苗
②  双价灭活疫苗
【单选题】 文本文件quiz.txt的内容为"Programming"(不包含引号),以下程序段的运行结果是()。FILE*fp;char*str;if((fp=fopen("quiz.txt","r"))!=NULL)str=fgets(str,7,fp);printf("%s",str);
①  Progr
②  Progra
③  Program
④  Programming
【判断题】 新闻用事实说话,即写出事实并把事实说清楚,是&quot;根据事实来描写事实&quot;而不是&quot;根据希望来描写事实&quot;().
①  正确
②  错误
【多选题】 <p>《预防和控制肺炎与腹泻病的全球综合行动计划(GAPPD)》中,5岁以下儿童腹泻防控目标为,到2025年,在全球5岁以下儿童中,重症腹泻发病率比2010年降低<span class="xe-blanknumber" contenteditable="false" data-name="blanknumber" data-content="{&quot;content&quot;:&quot;1&quot;}">1</span>,腹泻死亡率减少到<span class="xe-blanknumber" contenteditable="false" data-name="blanknumber" data-content="{&quot;content&quot;:&quot;2&quot;}">2</span>。</p>
①  75%
②  1‰
【单选题】 以下程序段的运行结果是()。chara[]="abc";charb[]="xyz";charc[10];strcpy(c,a);strcat(c,b);printf("%s",c);
①  abc
②  abcxyz
③  xyz
④  xyzabc
随机题目
【单选题】 Did Tom tell you to water the flowers?
①  No. And so did I
②  No. And neither did I
③  He did And so I did
④  He did And so do I
【单选题】 I __________ an interesting news item in yesterday’s Times.
①  came across
②  came up
③  came to
④  came over
【单选题】 Many Americans worry about leisure and hurry from one activity to the next, __________ little time to stop and think.
①  leave
②  leaving
③  left
④  to leave
【单选题】 Sorry to interrupt, but can you give me another copy of the handout?
①  No, of course not
②  Certainly
③  I’m sorry to hear that
④  By no means, but it’s impossible
【判断题】 ∫1/1+x^2 dx=arctanx
①  正确
②  错误
【判断题】 ∫sinxdx=-cosx+C
①  正确
②  错误
【单选题】 不定积分∫1/(1+x2)d(x2)=( )
①  arctanx+C
②  -arctanx+C
③  ln(1+x2)+C
④  lnx2+C
【判断题】 f(x)=(x^2-1)/(x-1),g(x)=x+1;f(x)=g(x)
①  正确
②  错误
【判断题】 ∫2xdx=2xln2+C
①  正确
②  错误
【判断题】 ∫1/x2 dx=1/x+C
①  正确
②  错误