【简答题】【消耗次数:1】
下面程序的运行时,输入CLanguage↙,输出是[填空1]。#includestdio.hvoid main( ){ char str[30];scanf(%s,str); printf(%s,str);}
参考答案:
复制
纠错
相关题目
【单选题】 文本文件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
【单选题】 以下程序段运行后,屏幕的输出结果是()。charstr[80];strcpy(str,"computer");printf("%d",strlen(str));
①  7
②  8
③  9
④  10
【简答题】 以下程序输入20个数,将其逆序输出。#includestdio.hvoid main() { int a[20],i; for(i=0;ii++) scanf(%d,[填空1]); for(i=19;ii--) printf(%d ,[填空2]); }
【单选题】 已有定义char str1[15]={“computer”} , str2[15] ; 则语句用法正确的是()。
①  str2=str1;
②  str2=science;
③  scanf(%s,str2);
④  printf(%s,str1);
【单选题】 以下程序段的运行结果是()。charstr[3][2]={a,b,c,\0,e,f};printf("%s",str[0]);
①  a
②  abcef
③  abc\0ef
④  abc
【判断题】 String str=abcdefghi;char chr=str.charAt(9);
①  正确
②  错误
【判断题】 char[] str=abcdefgh;
①  正确
②  错误
【单选题】 若定义:string str; 当语句cin>>str; 执行时,从键盘输入:Microsoft Visual Studio 0! 所得的结果是str=( )。
①  Microsoft Visual Studio 0!
②  Microsoft
③  Microsoft Visual
④  Microsoft Visual Studio 0
【单选题】 对于以下结构定义:struct{intlen;char*str;}*p;p->str++中的++加在()
①  指针str上
②  指针p上
③  str所指的内容上
④  以上均不是
【单选题】 以下程序运行后,文件test.txt的内容是()。#includestdio.hmain(){FILE*fp;charstr[][10]={"first","second"};fp=fopen("test.txt","w");if(fp!=NULL)fprintf(fp,"%s",str[0]);fclose(fp);fp=fopen("test.txt","w");if(fp!=NULL)fprintf(fp,"%s",str[1]);fclose(fp);}
①  first
②  second
③  firstsecond
④  secondfirst
随机题目
【判断题】 The teacher tell us to practise every day.
①  正确
②  错误
【判断题】 Do your sister sell goods in the market?
①  正确
②  错误
【判断题】 The?animals?stayed?here?from?April?to?October.
①  正确
②  错误
【判断题】 Lets go out for a walk.
①  正确
②  错误
【单选题】 I’m interested [填空] finding out what she lost
①  in
②  on
③  at
④  for
【单选题】 He [填空] much last night.
①  smokes
②  smoke
③  smoked
④  smoking
【单选题】 I prefer cooking [填空] .
①  than meat
②  for joy
③  instead of sleeping
④  to washing
【单选题】 The left building is as [填空] as the right one.
①  long
②  longer
③  longest
④  longger
【判断题】 He is not as clever as his sister.
①  正确
②  错误
【判断题】 While somebody else is in the house, somking is not allowed.
①  正确
②  错误