Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3
You can use printf within the loops like following.... #include<stdio.h> void main(){     if(printf("Hello world")){     } } Output: Hello world
19th Feb 2017, 4:09 AM
Chintan Maisuriya
Chintan Maisuriya - avatar