Hi

You can use the if statement and a counter inside your for loop.

For example,

if (i==10*counter)
{
printf("\n");
}