for(k=0;k<=20;k++)
{
printf("%d",k);
if(k % 5) printf("/n);

}
Il codice contiene diversi errori...