Question: Write a program to maintain student records. Your program should take the following inputs: In the following order using a new line after each set
Write a program to maintain student records. Your program should take the following inputs: In the following order using a new line after each set of records.
The records should be saved in a array.
Make a function to print them
Make a function to sort them by last name
Make a function to search by first name.
In C program
Program should take up to 5 records notes would help
first name last name score
1. Student first name (max. 20 characters)
2. Student last name, (max. 20 characters)
3. Student scores (float/double), eg. 85.4
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
