You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ArraySort.c takes in inputs from the user, first the size of an array they wish to enter, next it takes in that many integers and stores them in an array, then sorts them and prints the sorted array.