Objectif du tableau de boucle C

for (id object in array) {
    // do something with object
}
gilshahar7