Report - 2 3 4 5 void ordered_fill (float* array, int array_length) { int index; for (index = 0; index < array_length; index++) { array[index] = index; }

Please pass captcha verification before submit form