Question: Write a C program that sorts the elements of an array in an ascending order. The array should have 20 elements. Your program will fill

Write a C program that sorts the elements of an array in an ascending order. The array should have 20 elements. Your program will fill the array with random integers in the range between 20 & 80; inclusive. The program should display the array elements both before sorting and after sorting. The elements should be displayed in a single line, separated with spaces Sample Output: 45 72 24 54
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
