Make a C program with 2 arrays A1 and A2 of size 10(both). Accept 10 numbers and store the numbers to array A1. Initialize the second array with zero. Then copy the values of the first array to the second array in reverse way. The print the elements of the second array.