Question: Task # 1 ( 5 0 points ) Your task is to modify your registration program in Project 9 so the program is split into
Task # pointsYour task is to modify your registration program in Project so the program is split into two source files and one header file. In this project, you are allowed to modify all parts of the program. Put all functions related to operations on the list of students into student.cCreate a header file named student.h that contains struct student declaration and prototypes for the functions in student.c The header file should enclose the contents of the header file in an #ifndef#endif pair to protect the file.projectregistration.c contains the main function. Include appropriate header files in the source files. Submission instructionsDevelop and test your program on the student clusterTo compile your program, run: $ gcc stdcWall o projectregistration projectregistration.c student.cTo execute your program, run: $ projectregistrationTest your program with the shell script on Unix: tryprojectregistrationDownload tryprojectguestsUpload the script to the same directory as your program.unzip the file, run: $unzip tryprojectregistration.zipRun: $ chmod x tryprojectregistrationRun: $ tryprojectregistrationZip the files for submissionTo zip the files, run: $zip projectpartzip projectregistration.c student.c student.hDownload the projectpartzip from student cluster and submit it on CanvasGradescope. You can submit your program as many times as needed before the due date. Gradescope will indicate the test cases with incorrect output, if any exists.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
