Question: Can you help me implement these functions use C language? int *findSum(int *sorted array.int n int m): The function determines whether there exist two unique
Can you help me implement these functions use C language?

int *findSum(int *sorted array.int n int m): The function determines whether there exist two unique numbers in a sorted array that sum up to the given integer, "m". The return value is the indices of the two numbers, if there are not two numbers in the array that sum to "m", return an array length 2 with values ([-1,-1]). The indices in the returned array should be in ascending order
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
