Write a C program which reads 20 integers entered by the user to an array of the same size and sorts these numbers in ascending order. A sample with onlt 5 elements is as shown below. You will do this for 20 elements. Input 5 1 2 8 4 Output 1 2 4 5 8