为了账号安全,请及时绑定邮箱和手机立即绑定

请教,这里的循环结构是怎样的?

#include<stdio.h>   main()   { int x,i; 
  for(i=1;i<=100;i++)   { x=i; 
  if(++x%2==0)   if(++x%3==0)   if(++x%7==0)   printf("%d",x);   } 
  printf("\n");   } 
The output of the program is


正在回答

2 回答

c语言循环结构有三种,for、while、do while

带三个表达式且展示了每个数组的过程,所以是经典的for循环?

1 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

请教,这里的循环结构是怎样的?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信