This document appears to be a student project submission for a post graduate diploma in information technology. It contains two questions and answers involving C programming. Question 1 involves accepting integer values from the user, sorting an array in ascending order, calculating the sum of odd values and number of even values. Question 2 involves reading from a file passed as a command line argument, displaying each word on a new line, counting vowels, occurrences of "the", and copying the file contents to a new file. The code provided implements the specified tasks for each question.