码迷,mamicode.com
首页 > 其他好文 > 详细

c-for循环

时间:2020-07-18 11:36:49      阅读:60      评论:0      收藏:0      [点我收藏+]

标签:info   com   http   image   main   pre   ima   mamicode   alt   

技术图片

 

 

#include <stdio.h>

int main()
{
    int n=0;
        
    for (n=0;n<10;n++){
        printf("%d",n);
    }
    
        
    return 0;
}

 

 

 

 

技术图片

 

c-for循环

标签:info   com   http   image   main   pre   ima   mamicode   alt   

原文地址:https://www.cnblogs.com/liming19680104/p/13334516.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!