欢迎来到淘文阁 - 分享文档赚钱的网站! | 帮助中心 好文档才是您的得力助手!
淘文阁 - 分享文档赚钱的网站
全部分类
  • 研究报告>
  • 管理文献>
  • 标准材料>
  • 技术资料>
  • 教育专区>
  • 应用文书>
  • 生活休闲>
  • 考试试题>
  • pptx模板>
  • 工商注册>
  • 期刊短文>
  • 图片设计>
  • ImageVerifierCode 换一换

    二级c语言题库答案.docx

    • 资源ID:68357156       资源大小:97.40KB        全文页数:97页
    • 资源格式: DOCX        下载积分:12金币
    快捷下载 游客一键下载
    会员登录下载
    微信登录下载
    三方登录下载: 微信开放平台登录   QQ登录  
    二维码
    微信扫一扫登录
    下载资源需要12金币
    邮箱/手机:
    温馨提示:
    快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
    如填写123,账号就是123,密码也是123。
    支付方式: 支付宝    微信支付   
    验证码:   换一换

     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
    5、试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。

    二级c语言题库答案.docx

    二级C语言题库答案第1套题一、程序填空题#include#includestructnum;#define typedef int char name10;char tel10;JSTYPE;void check();/*found*/ int fun(S*T*PE*std)/*found*/FILE *fp;intretum(O);if(fp=fopen(&quot;myfile5.dat&quot;,&quot;wb&quot;)=NULL) printf(&quot;nOutput data to file !n&quot;); for(i=0; i&lt;N; i+) /*found*/fwrite(&amp;stdi, sizeof(STYPE), 1, fp); fclose(fp);return (1);二、程序改错题#include &lt;stdio.h&gt;#include &lt;string.h&gt;void fun (char *s, char *t) int i, si;si = strlen(s);/*found*/ for( i=0; i&lt;=sl; i +)ti = si;for (i=0; i&lt;sl; i+)tsl+i = ssl-i-l;/*tound*/心l+sl = '0'main() chars100,t100;printf(&quot;nPlease enter string s:&quot;); scanf(&quot;%s&quot;, s); fun(s, t); printf(&quot;The result is: %sn&quot;, t);)第2套题一、程序填空题#include&lt;stdio.h&gt;#include&lt;string.h&gt;#include&lt;stdlib.h&gt;void WriteText(FILE *);void ReadText(FILE *);main() FILE *fp;if(fp=fopen(&quot;myfile4.txt&quot;,&quot;w&quot;)=NULL) printf(&quot; open fail!n&quot;); exit(O); WriteText(fp);fclose(fp);if(fp=fopen(&quot;myfile4.txt&quot;,&quot;r&quot;)=NULL) printf(&quot; open fail! !n&quot;); exit(O); ReadText(fp);fclose(fp);/*found*/void WriteText(FILE *fw) char str81;printf(&quot;nEnter string with -1 to end :n&quot;); gets(str); while(strcmp(str,&quot;-1 &quot;)!=0) /* * found * 豕/gets(str);fputs(str,fw); fputs(&quot;n&quot;,fw);void ReadText(FILE *fr) char str81;printf(&quot;nRead file and output to screen :n&quot;); fgets(str,81,fr); while( !feof(fr) /*tound*/printf(&quot;%s&quot;,str);fgets(str,81,fr);)二、程序改错题#include &lt;stdio.h&gt;/*found*/ void fun (Ion。 s long* t) long sl=10;*t = s % 10;while ( s &gt; 0) s = s/100;*t = s%10 * si + *t;/* *found* * */ si = si "10*main() long s, t;printf(&quot;nPlease enter s:&quot;); scanf(&quot;%ld&quot;, &amp;s);fun(s, &amp;t);printf(&quot;The result is: %ldn&quot;, t);第3套题一、程序填空题#include&lt;math.h&gt;#include&lt;stdio.h&gt;int fun(char *fname) FILE *fp; int i,n; float x;if(fp=fopen(fname, &quot;w&quot;)=NULL) return 0;for(i= 1 ;i&lt;= 10;i+)/* * *found */fprintf(fp,&quot;%d %fn&quot;,i,sqrt(double)i);printf(&quot;nSucceed! n&quot;);/*tound*/Fclose(fp);printf(&quot;nThe data in file :n&quot;);/*found*/if(fp=fopen(myfile3.tex,&quot;r&quot;)=NULL)return 0;fscanf(fp,&quot;%d%f&quot;,&amp;n,&amp;x);while(!feof(fp) printf(&quot;%d %fn&quot;,n,x); fscanf(fp,&quot;%d%f&quot;,&amp;n,&amp;x); fclose(fp);return 1;)main() char fname=&quot;myfile3.txt&quot;fun(fname);二、程序改错题#include &It;stdio.h&gt;#include &lt;stdlib.h&gt;void fun (int n, int *a ) int i,j, p, t;for (j = 0; j&lt;n-l ; j+ ) p=j;/*,0und*/for (i=j+l; i&lt;n ; i+ )if (ap&gt;ai)/* * * *found* */ p=i;if(p!=j) t = a|j; a|j = ap; ap = t; )void putarr( int n, int *z) int i;for (i = 1; i &lt;= n; i+, z+ ) printf( &quot;%4d&quot;, *z );if( !(i%10) printf( &quot;n&quot;); printf(&quot;n&quot;);main() int aa20=9,3,0,4,1,2,5,6,8,10,7, n= 11;printf( &quot;nnBefore sorting %d numbers:n&quot;» n ); putarr( n, aa );printf( &quot;nAfter sorting %d numbers:n&quot;, n ); putarr( n, aa ); fun( n, aa);第4套题一、程序填空题#include&lt;stdio.h&gt;#include&lt;stdlib.h&gt;int fun(char *source, char *target) /*found*/if(fs=fopen(source, &quot;r&quot; )=NULL) if(ft=fopen(target, &quot;w&quot;)=NULL)char ch;return 0;return 0;printf(&quot;nThe data in file :n&quot;); ch=fgetc(fs);/*found*/ putchar( ch );/*found*/ ch=fgetc(fs);while(!feof(fs)fputc(ch,ft);fclose(fs); fclose(ft);printf(&quot;nn&quot;);return二、程序改错题#include &lt;stdio.h&gt;void fun (long s, long *t) int d;long sl=l;*t = 0;while ( s &gt; 0) d = s%10;if(d%2=0)s/= 10;/*ound*/ *t=d* sl+ *t;si *= 10;)/*tound*/main() long s, t;printf(&quot;nPlease enter s:&quot;); scanf(&quot;%ld&quot;, &amp;s); fun(s, &amp;t); printf(&quot;The result is: %ldn&quot;, t);第5套题一、程序填空题#include&lt;stdio.h&gt;#include&lt;stdlib.h&gt;#define N 8 typedef struct list int data; struct list *next; SLIST;void fun( SLIST *h, int x) SLIST *p, *q, *s;s=(SLIST *)malloc(sizeof(SLIST); /*found*/ s-&gt;data=x;q=h;p=h-&gt;next;while(p!=NULL &amp;&amp; x&gt;p-&gt;data) /* * *found */ q=p;p=p-&gt;next;s-&gt;next=p;/*found*/q-&gt;next=s;SLIST *creatlist(int *a) SLIST *h,*p,*q; int i;h=p=(SLIST*)malloc(sizeof(SLIST);for(i=0; i&lt;N; i+) q=(SLIST *)malloc(sizeof(SLIST); q-&gt;data=ai; p-&gt;next=q; p=q;p-&gt;next=O;return h;1void outlist(SLIST *h) SLIST *p;p=h-&gt;next;if (p=NULL) printf(&quot;nThe list is NULL!n&quot;); else printf(&quot;nHead&quot;);do printf(&quot;-&gt;%d&quot;,p-&gt;data); p=p-&gt;next; while(p!=NULL); printf(&quot;-&gt;Endn&quot;);二、程序改错题long fun (long num)/*found*/ long k=l;do k*=num%10 ;/*iound*/ Num/=10 ; while(num);return (k);main() long n ;scanf(&quot;%ld&quot;,&amp;n)printf(&quot;nPlease enter a number:&quot;) printf(&quot;n%ldn&quot;,fun(n);第6套题一、程序填空题#include&lt;stdio.h&gt;#include&lt;stdlib.h&gt;#define N 8 typedef struct list int data; struct list *next; SLIST;void fun( SLIST *p) SLIST *t, *s;t=p-&gt;next; s=p;while(t-&gt;next != NULL) s=t;/*found* 不/ t=t-&gt;next;/* * found * */printf(&quot; %d &quot;,t-&gt;data);s-&gt;next=NULL;/* * * found */ free(t);)SLIST *creatlist(int *a) SLIST *h,*p,*q; int i;h=p=(SLIST*)malloc(sizeof(SLIST);for(i=0; i&lt;N; i+) q=(SLIST *)malloc(sizeof(SLIST); q-&gt;data=ai; p-&gt;next=q; p=q;)p-&gt;next=0;return h;void outlist(SLIST *h) SLIST *p;p=h-&gt;next;if (p=NULL) printf(&quot;nThe list is NULL!n&quot;); else printf(&quot;nHead&quot;);do printf(&quot;-&gt;%d&quot;,p-&gt;data); p=p-&gt;next; while(p!=NULL); printf(&quot;-&gt;Endn&quot;);二、程序改错题#include &lt;stdio.h&gt;/* * fou nd * */ fun (char&quot;*a) if(*a) fun(a+l);/* * *fk'iund * */ printf(&quot;%c&quot;, *a);main() char s10=&quot;abcd&quot;printf(&quot;处理前字符串=%sn处理后字符串二&quot;, s);fun(s); printf(&quot;n&quot;);1第7套题一、程序填空题#include&lt;stdio.h&gt;#include&lt;stdlib.h&gt;#define N 8 typedef struct list int data; struct list *next; SLIST;void fun( SLIST *h) SLIST *p, *q; p=h-&gt;next; if(p!=NULL) q=p-&gt;next; while(q!=NULL) if (p-&gt;data=q-&gt;data) p-&gt;next=q-&gt;next;/*found*/free(q);/* * found */q=p-&gt;next;)elsep=q;/*nd */q=q-&gt;next;) ) ) )SLIST *creatlist(int *a) SLIST *h,*p,*q;int i;h=p=(SLIST *)malloc(sizeof(SLIST);for(i=0;i&lt;N; i+) q=(SLIST *)malloc(sizeof(SLIST); p-&gt;next=0;q-&gt;data=ai; p-&gt;next=q; p=q; return h;I二、程序改错题#include &lt;stdio.h&gt;#define N 20void fun(int a, int n) int i,j, t, p;for (j = 0 ;j &lt; n-1 ;j+) /*iound*/P=J;for (i=j+l;i &lt; n; i+)if(ai &lt; ap)/*found*/p=l;t = ap; ap = aj ; aj = t;main()int aN=9,6,8,3,-l),i,m = 5;printf(&quot;排序前的数据:&quot;);fun(a,m);for(i = 0;i &lt; m;i+) printf(&quot;%d &quot;,ai); printf(&quot;n&quot;);printf(&quot;排序后的数据:&quot;);for(i = 0;i &lt; m;i+) printf(&quot;%d &quot;,ai); printf(&quot;n&quot;); 第8套题一、程序填空题#include &!t;stdio.h&gt;#include &lt;stdlib.h&gt;#define N 8 typedef struct list int data;struct list *next; SLIST;SLIST *creatlist(char *);void outlist(SLIST *);int fun( SLIST *h, char ch) SLIST *p; int n=0;p=h-&gt;next;/* * found */while(p!=NULL)n+;/*lound*/if (p-&gt;data=ch) return n;else p=p-&gt;next;return 0;)main() SLIST *head;int k;char ch;charhead=creatlist(a);outlist(head);printf(&quot;Enter a letter:&quot;);scanf(&quot;%c&quot;,&amp;ch);/*found*不/ k=fun(head,ch);if (k=0) printf(&quot;nNot found!n&quot;);else printf(&quot;The sequence number is : %dn&quot;,k); SLIST *creatlist(char *a) SLIST *h,*p,*q; int i;h=p=(SLIST *)malloc(sizeof(SLIST);for(i=0; i&lt;N; i+) q=(SLIST *)malloc(sizeof(SLIST); q-&gt;data=aij; p-&gt;next=q; p=q; p-&gt;next=0;return h;void outlist(SLIST *h) SLIST *p;p=h-&gt;next; if (p=NULL) printf(&quot;nThe list is NULL!n&quot;); else printf(&quot;nHead&quot;); do printf(&quot;-&gt;%c&quot;,p-&gt;data); p=p-&gt;next; ) while(p!=NULL); printf(&quot;-&gt;Endn&quot;);二、程序改错题#include &lt;string.h&gt;#include &lt;stdio.h&gt;#include &lt;ctype.h&gt;fun ( char *p) int i,t; char c80;/*found*/ for (i = 0 t = pi , i+)if(!isspace(*(p+i) cl+=pi; /*found*/ct= '0'strcpy(p.c); main() char c,s80;int i=0;printf(&quot;Input a string:&quot;);c=getchar();while(c!=<r) si=c;i+;c=getchar(); si=40fun(s);puts(s);第9套题 一、程序填空题#include&lt;stdio.h&gt;#include&lt;stdlib.h&gt;#define N 8 typedef struct list int data; struct list *next; SLIST;SLIST *creatlist(int *a); void outlist(SLIST *); void fun( SLIST *h, int *n) SLIST *p; /* * * found */ *n=0; p=h-&gt;next; while(p) (*n)+;/*ound*/ p=p-&gt;next; ) ) main() SLIST *head;int aN= 12,87,45,32,91,16,20,48), num; head=creatlist(a); outlist(head); /*found*/fun(head, &amp;num);printf(&quot;nnumber=%dn&quot;,num); SLIST *creatlist(int aJ) SLIST *h,*p,*q;int i; h=p=(SLIST *)malloc(sizeof(SLIST); for(i=0;i&lt;N; i+) q=(SLIST *)malloc(sizeof(SLIST); q-&gt;data=ai; p-&gt;next=q; p=q; p-&gt;next=0; return h;二、程序改错题#include &lt;stdio.h&gt;#include &lt;string.h&gt;char * fun (char *s, char *t)char *p , *r, *a;/*found*/ a = NULL;while ( *s) p = s; r = t;while ( *r)/* * *nd * */if (* r =* p ) r+; p+; else break;if(*r=tO,)a = s;s+;return a;main()char s100,t100, *p;printf(&quot;nPlease enter string S :&quot;); scanf(&quot;%s&quot;, s );printf(&quot;nPlease enter substring t :&quot;); scanf(&quot;%s&quot;, t); p = fun( s, t);if ( p ) printf(&quot;nThe result is : %sn&quot;, p); else printf(&quot;nNot found !n&quot;);第10套题一、程序填空题#include&lt;stdio.h&gt;#include&lt;stdlib.h&gt;#define N 8 typedef struct list int data; struct list *next; SLIST;SLIST *creatlist(int *); void outlist(SLIST *); int fun( SLIST *h) SLIST *p; while(p)int s=0;/*ound*/*found*/p=h-&gt;next;s+= p-&gt;data;p=p-&gt;next;return s;main() SLIST *head;head=creatlist(a);outlist(head);int aN= 12,87,45,32,91,16,20,48);/* fou nd */printf(&quot;nsum=%dn&quot;, fun(head); SLIST *creatlist(int a) SLIST *h,*p,*q;int i; h=p=(SLIST *)malloc(sizeof(SLIST); for(i=0;i&lt;N; i+) q=(SLIST *)malloc(sizeof(SLIST); q-&gt;data=ai; p-&gt;next=q; p=q; p-&gt;next=0;return h;二、程序改错题#include &lt;stdio.h&gt;#include &lt;string.h&gt;void fun (char *s, char *tl, char *t2 , char *w) char *p , *r, *a;strcpy( w, s);while ( *w) p = w; r = tl;/* *不fou nd */while (* r)if(*r=*p) r+; p+; else break;if(*r=A0,) a = w; r = t2;while ( *r)/* 代 und*/*a = *r; a+; r+;w += strlen(t2);)else w+;)第11套题一、程序填空题#include&lt;stdio.h&gt;#include&lt;string.h&gt;#defineM5#defineN20int fun(char (*ss)N, int *n) /* x found * */ len=strlen(ssi);if(i=0) *n=len;/* * * u nd * / *n=len;k=i;/*found* */)二、程序改错题int i, k=0, len= N;for(i=0; i&lt;M; i+)if(len &lt; *n)return(k);#include &lt;stdio.h&gt;#include &lt;string.h&gt; char* fun( char tt)int i;for(i = 0; tti; i+ )/* * found */* found * */return( tt);if(匕&lt;= tti )&amp;&amp;( tti &lt;=,z') tti-= 32;main()char tt81;printf( &quot;nPlease enter a string: &quot;); gets( tt); printf( &quot;nThe result string is:n%s&quot;, fun( tt);第12套题一、程序填空题#include &lt;stdio.h&gt;void fun(char *s) int i, j=0, k=0; char tl80, t280; for(i=0; si!=40 i+)if(si&gt;=<0, &amp;&amp; si&lt;=49,)/* 豕/t2j=si;j+;else tlk+=sij;t2j=0; tlk=O;/* * found */* 不found * *不/for(i=0; i&lt;k; i+)for(i=0; i&lt;j; i+) sk+i=t2i; main() char s80J=&quot;def35adh3kjsdf7&quot;printf(&quot;nThe original string is : %sn&quot;,s); fun(s);printf(&quot;nThe result is : %sn&quot;,s); 二、程序改错题#include &lt;stdio.h&gt;#include &lt;string.h&gt;#define MAXLINE 20fun (char *pstr6) int i,j ; char *p;for (i = 0 ; i &lt; 5 ; i+ ) /* * found 不*/for (j = i + 1; j &lt; 6; j+)if(strcmp(*(pstr + i), *(pstr + j) &gt; 0)p = *(pstr + i);/* *fou nd */*(pstr + j) = p ;*(pstr + i) = *(pstr + j );第13套题一、程序填空题#include &lt;stdio.h&gt;void fun(char *s) int i, j, n;for(i=0; si!=t0,; i+)/* nd */if(si&gt;=40, &amp;&amp; si&lt;=49,) n=0;/*found*/while(si+1 +nj != 0) n+;/*found*/s|j+l= sj; s|j+lk*'; i=i+l;for(j=i+n+l;j&gt;i; j-)main() char s80=&quot;ba3a54cd23a&quot;printf(&quot;nThe original string is : %sn&quot;,s); fun(s);printf(&quot;nThe result is : %sn&quot;,s); 二、程序改错题#include &lt;stdio.h&gt;double fun (int m ) double y = 1.0 ;int i;for(i = 2 ; i &lt;= m ; i+)y+= 1.0/(i*i);/* *fou nd */ /*1ound*

    注意事项

    本文(二级c语言题库答案.docx)为本站会员(文***)主动上传,淘文阁 - 分享文档赚钱的网站仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知淘文阁 - 分享文档赚钱的网站(点击联系客服),我们立即给予删除!

    温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载不扣分。




    关于淘文阁 - 版权申诉 - 用户使用规则 - 积分规则 - 联系我们

    本站为文档C TO C交易模式,本站只提供存储空间、用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。本站仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知淘文阁网,我们立即给予删除!客服QQ:136780468 微信:18945177775 电话:18904686070

    工信部备案号:黑ICP备15003705号 © 2020-2023 www.taowenge.com 淘文阁 

    收起
    展开