C语言入门知识习题演练.docxVIP

  • 6
  • 0
  • 约3.95千字
  • 约 15页
  • 2019-09-14 发布于广东
  • 举报
C语言 入门知识习题演练 Cyclic structure While (condition) {body} / / output ****************; #includestdio. h Int, main () { Int i=0; Wh订e (i10) { Printf (*); I++; //i二i+1; } Printf (〃\n〃); } for (initial condition, cycle condition, cyclic increment) / / loop / / first performs initialization conditions / execution cycle conditions 一一 body circulation and increase circulation conditions -- -- -- loop 一 circular increment For: **************** #includestdio. h Int, main () { The use of for / / output cycle For (int i二0; i10; i++) { Printf (*); } Printf (〃\n〃); } print all the numbers that 0--1000 c

文档评论(0)

1亿VIP精品文档

相关文档