Is it possible to use continue in conditional operator? in c language

前端 未结 0 962
北荒
北荒 2020-12-15 15:03

I am going to print no if for loop i is not divided by 3 and otherwise continue the loop (i%3==0)? continue : (printf("no")); am getting error on this line

相关标签:
回答
  • 消灭零回复
提交回复
热议问题