Hi all,
I would like to help me with a program in C.
I would like to make a function that saves 10 float numbers from an user.
But I would like to to do this with pointers.
My function is called float *save_array(int N)
and then I have to find the maximum value of the array with void maximum(float *Array,int N)
Any help ??
Thanks