// Exercise 1: // // Write a function that: // // - has an 32-bit unsigned int array, and an array length, as parameters // // - reverses the elements of the array in place int main(int argc, char **argv) { return 0; }