Question

Comment écrire une boucle for en C ?


Annonce
Ad

Réponse

int i;
for (i=0;i<10;i++)
{
	// Do something with i
}


[source]
# ID Query