【单选题】有以下程序 #include main() { FILE *fp;char str[10]; fp=fopen("myfile.dat","w"); fputs("abc",fp); fclose(fp); fp=fopen("myfile.dat","a+"); fprintf(fp,"%d",28); rewind(fp); fscanf(fp,"%s",str); puts(str); f...
【单选题】有以下程序 }include<stdio.h> include<string.h> StructA {inta;charb[10];doublec;); structAf(structAt); main( ) {structAa={1001,ZhangDa,1098.0); a=f(a);printf(%d,%s,%6.1f/n,a.a,a.b,a.c); } structAfStructAt) ...
【单选题】有以下程序#include 'stdio.h'main() { char str[]='tomeetme',str1[]='toseeyou' char *p=str,*p1=str1 int i for(i=0i if(*(p+i)==*(p1+i)) putchar(*(p+i)) printf('\n')}程序的运行结果是
【单选题】有以下程序 include<stdio.h> main( ) {FILE*fp;charstr[10]; fp=fopen(myfile.dat,w); fputs(abc,fp);fclose(fp); fp=fopen(myfile.dat,a+); fprintf(fp,%d,28); rewind(fp); fscanf(fp,%s.str);puts(str); fclose(fp); ...
【多选题】下列属于HTML5新特征的是( )。
C.
本地离线存储localStorage长期存储数据,浏览器关闭后数据不丢失
【单选题】1927 年9 月进行的三湾改编提出( ) 的重要原则,是把工农革命军建设成为无产阶级领导的新型人民的重要开端。
【单选题】已有文本文件test.txt,其中的内容为:Hello,everyone!。以下程序中,文件test.txt已正确为"读"而打开,由文件指针fr指向该文件,则程序的输出结果是___________。 #include main() { FILE *fr;char str[40]; ...... fgets(str,5,fr); printf("%s\n",str); fclose(fr);}
【单选题】.有以下程序: #include #include main() {char str[][20] = {"One*World" , "One*Dream ! "} , *p = str[1] ; printf("%d , " , strlen(p)) ; printf("%s\n" , p) ; } 程序运行后的输出结果是 ( ) 。
【单选题】1927年9月进行的三湾改编提出“____”的重要原则,是把工农革命军建设成为无产阶级领导的新型人民的重要开端。