#define VETSIZE 64 int main () { int vetor[VETSIZE] ; for (i = 0; i < VETSIZE; i++) vetor[i] = i ; }