Question: in c not java Consider the following functions. void getInterestingNumbers(int n, int xI1) This function take in an array x[l and its dimension n, and

in c not java
Consider the following functions. void getInterestingNumbers(int n, int xI1) This function take in an array x[l and its dimension n, and returns the array x[U filled with interesting numbers. void sort(int n, int in[], int sorted[]) This function take in an array xll and its dimension n, and returns the array: sorted with all the values of x in sorted order void printArray(int n, int xI], char label[]) This function takes in an array xlI and its dimension and prints it to the screen along with a label in the following format: labe 1: 50 18 67 57 30 Note: You do not need to write these functions. Write a main0 that produces the following output: 10 Interesting Numbers: 60 10 99 13 40 22 17 30 90 19 Sorted Interesting Numbers: 10 13 17 19 22 30 40 60 90 99 US +5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
