openclassroom doubles tableau code example
Example: parcourire tableau c
for (i = 0 ; i < tailleTableau ; i++)
{
printf("%d\n", tableau[i]);
}
return 0;
}
for (i = 0 ; i < tailleTableau ; i++)
{
printf("%d\n", tableau[i]);
}
return 0;
}