1. Write the following function that changes the sign of each of the negative floats pointed to by the first n pointers in the array p:
void abs(float* p[], int n)
2. Write the following function that indirectly sorts the floats pointed to by the first n point- ers in the array p by rearranging the pointers:
void sort(float* p[], int n)