c语言如何输出n个hello world?

谢谢邀请对于提问的要求,其实只要使用循环语句,N次打印hello world就可以了,我们假设 N=10;具体代码如下:#include “stdio.h”unsigned char N=10; 定义变量Nint main(void){unsigned char i;for(i=0;i


文章TAG:world  helloworld  代码  输出  用户  
下一篇