I\'m calling a function to change an array in C, say
int array[3] = {a, b, c}
to
array[3] = {d, e, f}
but, it