Question: Use only C Programming. Please be fast 10 mins left only thankyouuuuu. 18 printf(Please follow instructions); Question 1 19 pts Function Specification: The preliminary step

Use only C Programming. Please be fast 10 mins left only thankyouuuuu.
18 printf("Please follow instructions"); Question 1 19 pts Function Specification: The preliminary step in counting Sort technique is to create a count array whose size is 1 more than the biggest element in the array to be sorted. For each index in the count array, the total number of occurrences of the index in th e array to be sorted will be recorded. See example below. Elements of Unsorted Array : 12 2 4 8 1 5 12 9 8 5 Array Indices : e 1 2 3 4 5 6 7 8 9 Elements of Count Array : @ 1 1 @ 1 2 e @ Array Indices 1 e e : @ 1 2 2 3 4 5 6 7 9 10 11 12 CON Write the code of the function createCountArrayo). Given the array to be sorted and its actual number of elements, the function will return to the calling function the count array. In addition, put a -1 at the end of the count array
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
