Question: please solve it ASAP solve it quickly to get you thumbs up directly void uploadStudents File (char names [], int stdiD [], double phones [],

![up directly void uploadStudents File (char names [], int stdiD [], double](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f30e3dd8182_92566f30e3d5c104.jpg)
please solve it ASAP solve it quickly to get you thumbs up directly
void uploadStudents File (char names [], int stdiD [], double phones [], int registration Year []); This function will receive the arrays containing the students id numbers, names, phones and registration year as parameters. The function will open a file called students.txt for reading and will read all the students info (name, id, phone and registration year) and store them in the arrays. The global variable size should be set to the number of students read from the file and stored in the array. void createNewAccount (char names [], int stdiD [], double phones [], int registration Year []); This function will receive the arrays containing the id numbers, the phones, names and the registration year. The function will check to see if the list is not full. If list is not full ( size 0) then it will search for the id number to be removed and if not found will display an error message. If the id number exists, the function will remove it by deleting the id number, the phone, name and the registration year from the arrays and size will be decremented by 1. void viewStudentInfo (char names [], int stdiD [], double phones [], int registration Year []); This function will receive the arrays containing the id numbers, the phones, names and the registration year as parameters. The function will check if the list is not empty. If it is not empty (size > 0) then it will ask the user to enter an id number and will search for that id number. If the id number is not found, it will display an error message. If the id number is found then it will be displayed along with the name, phone and registration year in a suitable format on the screen. void editStudentInfo (char names [], int stdiD [], double phones [], int registration Year []); This function will receive the arrays containing the id numbers, the phones, names and the registration year as parameters. The function will open the file called students.txt for writing and will write to that file the name, id number, phone, and registration year of each student in the arrays. void viewList (char names [], int stdiD [], double phones [], int registration Year []); This function will receive the arrays containing the id numbers, the phones, names and the registration year as parameters. This function will print the information currently stored in the arrays
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
