Need help for sorting array

3 weeks ago 25
ARTICLE AD BOX

I need to make a function that sorts an array without using the sort function.

void sort(int array[], int n){ return; }

Here is what the function needs to look like, someone help

Read Entire Article