Home  • Programming • C
#include<stdio.h>
#include<conio.h>

int main(){
     
  for(int i=0;i<5;i++){
	 printf("Hello World");
 }
	 getch();
	 return 0;

}

Comments 0


Copyright © 2025. Powered by Intellect Software Ltd