C语言入门知识习题演练

C语言入门知识习题演练

ID:41393831

大小:55.97 KB

页数:15页

时间:2019-08-24

C语言入门知识习题演练_第1页
C语言入门知识习题演练_第2页
C语言入门知识习题演练_第3页
C语言入门知识习题演练_第4页
C语言入门知识习题演练_第5页
资源描述:

《C语言入门知识习题演练》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库

1、C语言入门知识习题演练CyclicstructureWhile(condition){body}//1.output****************;#includeInt,main(){Inti=0;Wh订e(i<10){Printf(*);I++;//i二i+1;}Printf(〃〃);}2.for(initialcondition,cyclecondition,cyclicincrement)//loop//firstperformsinitializationconditions/executioncycleconditions一一>body

2、circulationandincreasecirculationconditions-->-->-->loop一circularincrementFor:****************#includeInt,main(){Theuseoffor//outputcycleFor(inti二0;i<10;i++){Printf(*);}Printf(〃〃);}1.printallthenumbersthat0--1000canbedivisibleby3and7withtheforloopandcalculatethenumber#include〈s

3、tdio.h>Inti=0;Intcount二0;//thisisacountervariableFor((i<=100;i++){If(i%5=0){Printf(〃%d〃,I);Count++;//eachincrement1}}Printf(〃atotalof%dnumberscanbedivisibleby5by〃,"count");}#include〈stdio.h>Int,main(){Calculateall3digitsin//thenumberofdaffodilsInti二100:IntShi二0;IntBai二0;For((i<1000;i+

4、+){Ge二i%10;Shi二i/10%10;Bai二i/100:If(ge*ge*ge+shi*shi*shi+bai*bai*bai二二I){Printf(〃%disnarcissusnumberrT,I);}}}Thedeadloopinthe4.forloop#includeInt,main(){Inti二0;(for;i<10;i++){//loopconditionisempty(i<10)orifthecircularincrementisempty(i++),thecycleofdeathPrintf(〃%d〃,I);5.do{//

5、loop}while(condition);Explanation:thewhileloopisthefirsttodeterminetheloopcondition,andtheconditionisfulfilled・Thewhileloopexecutesatleast0times・Do.・Whilefirstexecutestheafterjudgmentcondition,anddo.・Whileperformsatleast1times・[Focus]theforloopisalreadyawareofthenumberofcycles・Summing:#in

6、clude〈stdio.h>Int,main(){Do{Sum二sum+i;I++;}while(i〈二1000);Printf(〃%d〃,sum);}5.monkeyseatpeachesproblem#includeInt,main(){Intt=9;//tindicatesthefirstfewdaysIntx二1;//xindicatesthenumberofpeachesFor((t>=l;t--){X二(x+1)*2;Printf(〃%dpeachonday%d",t,X);5.nestedloops:int,i=0,j二0;(for

7、;i<10;i++){//outerloop(for;j<10;j++){//innerloopEmphasis:theouterloopexecutesonce,andtheinnerloopexecutesacircle*OnetwothreefourfivesixseveneightnineOnetwothreefourfivesixseveneightnineOnetwothreefourfivesixseveneightnineOnetwothreefourfivesixseveneightnineOnetwothr

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

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

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