Question: C programming: Database Write a database of 3 student's records using structures that contain members for student names, gpa, graduation date, major, and atleast 1

C programming: Database
Write a database of 3 student's records using structures that contain members for student names, gpa, graduation date, major, and atleast 1 other part of info that'd be suitable for each record. Guidelines deteailed in the picture above.
Please include some helpful comments, so I can know what's going on in the program and where.
The pictures below show the recommendations of separate header and .c files that are talked about in #7 on the guidelines.

Description: write a simple database of student records using structures that contain members date of graduation, major, and at least one other piece of thai for student name, GPA, strikes you as suitable for each record. Requirements: 1. Properly document code using the CIS 161 Coding standards. 2. Properly define all variables using the CIS 161 Coding 3. Create a database (array) of 3 students for the structure defined in the description section of this lab. 4. Initialize all variables properly 5. Input: No keyboard input All of the data in the database should be hard coded into your c files. 6. output: Display all of the data for each student after step 4 is accomplished. Output should be tormatted to look astatically plcasing to the user of your program. 7. Separate header and .c files will be used according o Chapter s recommendations Extra Credit Functions should defined outside of main() for major operations (like reading inpu, outputting input, etc.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
