[prob1.c][100%] Develop a C program to read hurricane data and store and sort those hurricane data.Each hurricane record contains the hurricanes name, year, month, and category. An input file namedhurricane.txt contains 100 hurricane records. Your program will perform the following tasks.a) Read hurricane data from input file hurricane.txt and store them in an array of […]