Question: Write a C program for the following requirements. Use an array of structures:The following tables show the islands.txt file, which contains data ( 4

Write a C program for the following requirements. Use an array of structures:The following tables show the "islands.txt" file, which contains data (48 records) about areas of the world's major landmasses.Read the "islands.txt" file.Find the name of the largest land.Find the name of the smallest land.Your program should do the following: 1- Create a type (struct) for the landmass record 2- Create an array of the struct you created in step 13- Read the information from the file islands.txt and save it in the array.4- Find the name of the largest land.5- Find the name of the smallest land.6- Organize your program into multiple files (main.c funcitons.c, functions.h)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!