here's a brain tickler for all u people out there.

Write a C program to declare an integer array of 20 values. Input values in the array from the user. Declare an integer pointer and initialize it to the address of the array. Write a function to sort the elements in the array. Pass the integer pointer to the function to access the elements of the array.