Objetivo da matriz de loop c

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