selection_sort function: it should call find_largest function and swap function.

void selection_sort(int *a, int n); int *find_largest(int *a, int n); void swap(int *p, int *q); selection_sort function: it should call find_largest function and swap function. find_largest function: when passed an array of length n, the function will return a pointer to the array’s largest element. The function should use pointer arithmetic – not sub-scripting – to visit array elements. In other words, eliminate the loop index variables and all use of the [] operator in the function. swap function: when passed the addresses of two variables, the function should exchange the values of the variables: swap(&i, &j); /* exchange values of i and j */

NB: We do not resell papers. Upon ordering, we do an original paper exclusively for you.

Do you need a similar assignment done from scratch? We have qualified writers to help you. We assure you an A+ quality paper that is free from plagiarism. Order now for an Amazing Discount! Use Discount Code "save15" for a 15% Discount!

Request essay help

You can trust us for this and even for your future projects