c语言函数复习题答案

c语言函数复习题答案

ID:31707751

大小:57.61 KB

页数:12页

时间:2019-01-17

c语言函数复习题答案_第1页
c语言函数复习题答案_第2页
c语言函数复习题答案_第3页
c语言函数复习题答案_第4页
c语言函数复习题答案_第5页
资源描述:

《c语言函数复习题答案》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库

1、C语言函数复习题答案Clanguagefunctionreviewquestionsanswer1,/*programforAB(BpowerA).Requirements:toachievethefunctionofAB,usingfunctiontoachieve,inthemainfunctiontoachievedataA,Binputandoutputoftheresults・WhereBisapositiveinteger,andAisanyrealnumber・*/#inelude"stdio.Void,main(){longcm(int,x,int,y);Int

2、A;intB;inti=l;longs=l:Printf(〃enterthebaseandpower");Scanf(〃%d%d〃,〃&A〃,〃&B〃);If(i<=B)S=cm(A,B);Printf(〃s=%d〃,s);}Longcm(int,x,int,y){longs=l;For(i二1;i〈二y;i++)s二s*x;Returns;}4,/*writefunction,thetwostring(donotusethestrcatlibraryfunction).ttinclude〃stdio.ttinclude〃stdio.Void,main()(char,a[2

3、0],b[20];Voidcat(char,a[],char,b[]);Gets(a);gets(B);Cat(a,B);Puts(a);Voidcat(char,a[],char,b[])(int,AA,BB,I,j;Aa=strlen(a),bb=strlen(B);For(i=aa,j=0;j

4、eenumbers,callthefunctiontocompletethesortingofthesethreenumbers・*/#includeVoid,main(){int,a,B,c;Voidpaixu(int,a,int,B,int,C);Printf(enterthreenumbers:);Scanf(〃%d%d%d〃,很a〃,〃&b〃,〃&c〃);Paixu(a,B,C);Voidpaixu(int,a,int,B,int,c){intflag;If(a>b){flag=a;A二b;B二flag;}If(a>c){flag二a;A二c;C=fl

5、ag;}If(b>c){flag=b;B二c;C二flag;Printf(〃%d,%d,%d〃,a,B,C);6,continuetowriteafunction,thefunctionistodeterminetheprimenumberisaninteger,enteranintegerinthemainfunction,callthefunction,Todeterminewhetherthenumberisnotprime,iftheoutput〃yes〃,otherwiseoutput〃no〃・ttinclude〃stdio.(main)(intsushu(inta)

6、;Inta;Printf("enteraninteger:");Scanf(〃%d〃,&a);If(sushu(a))printf("primenumber");Elseprintf(〃noprimenumber");Intsushu(inta)(inti;intj二1;For(i=2;i<=a~l;i++)If(a%i=0)j二0;Returnj;}6,continuetowriteafunctiontodetermineafourdigitnumberisnotarose(fourtimesthenumberofthepartyroseandthefourdigitnumb

7、erisexactlyequaltothenumberitself,Suchas:1634二14+64+34+44).Inthemainfunction,fromthekeyboardarbitrarilyenterafourdigitnumber,callthefunctiontodeterminewhetherthenumberofroses,ifsoOutput"yes",otherwiseoutput"no*/ttinclude(main){空玫瑰(intn);in

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。