problem 1:
prepare a program that takes names of 5 students in 2D Character Array and their GPAs in 1D array. Arrange the names in alphabetical order and display on screen along with GPA.
problem 2:
prepare a program that takes integer array of 8 elements from user and find the smallest element among them using pointers.