Advertisement

C Programming 201 Sort-function solution

C Programming 201 Sort-function solution This course is available in MOOC form, at

Register for free.

Write a FUNCTION that can take an integer array of any size and sort the numbers in the array.

The function should only sort not actually print out.

Now write a main function to test this by printing out the values of an array and then calling the function. Then print out the values of the array again showing that they are now sorted.

C-Programming,Array,Sort,

Post a Comment

0 Comments