Dorsa R.

asked • 08/31/20

please write a C program to :

we have a list of

student's firstname [80]

lastname[80]

student's number[11]

grade (float)


a program to :

add a new student to the list

remove a student from the list

search a student by student number

organize the students by their grade

save the list to a file

Jacob C.

Hi, Dorsa. The implementation of this depends on what kind of list you're using. It sounds like your assignment probably wants you to implement a linked list and a basic sorting function to sort by grade (such as quick sort). This is a larger assignment that would really take a tutoring session to explore. Shoot me a message if you want to set up a session to go over this implementation.
Report

09/01/20

1 Expert Answer

By:

Patrick B. answered • 09/01/20

Tutor
4.7 (31)

Math and computer tutor/teacher

Dorsa R.

thanks but when i run it , i get only " ERROR reading student index file"
Report

09/01/20

Dorsa R.

and can i have a brief explain of how the code works please ?
Report

09/01/20

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.