answersLogoWhite

0

Duhh..

printf("hello ");

printf("hello ");

printf("hello ");

printf("hello ");

printf("hello ");

printf("hello ");

printf("hello ");

printf("hello ");

printf("hello ");

Just kidding.

Just loop the printing.

int x = 0;

for(x = 0; x<11; x++)

{

printf("hello ");

}

and if you want each "hello" to be in a new line, use this:

printf("hello\n");

User Avatar

Wiki User

15y ago

What else can I help you with?