Need help for sorting array

2 weeks ago 16
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