Write a program named "sort.c" where you will give some number from the command line argument and the program will print the sorted array in descending order. Then, write another program named "oddeven.c" which will take some numbers from the command line, then check and print whether the numbers in the array are odd or even. Now, you have to write a program that will create a child process and the child process will first sort the array that you have declared in this program. And then, the parent process will print the odd/even status for each number in the array.