Write a program in C to read the CSV file (given as attachment) containing the marks of 4 tests each of 60 students. The program should additionally do the following:
A. Calculate the mean, standard deviation, percentage, and percentile of each student. Write the output in a new CSV file.
B. Sort the students according to their percentile and write the sorted data into another file.