Introduction - If you have any usage issues, please Google them yourself
Write a function, passing it a pointer pointing to an array of size n float type, requiring the function returns a pointer to a float in accordance with the value of n in reverse order of the first address. For example, when the input is 3123, the output of 123,123,321