Write a program in C that does the following. The program starts by offering the user the following list of options: 1. Please enter 1 to add a new record of students. 2. Please enter 2 to search for...


Write a program in C that does the following. The program starts by offering the user the
following list of options:
1. Please enter 1 to add a new record of students.
2. Please enter 2 to search for a student (using its ID number).
3. Please enter 3 to sort the records of students according to their ID numbers in an
ascending order.
4. Please enter 4 to show the information of all students.
5. Please enter 5 to exit the program.
Notes about the program:
1. After accomplishing any of the tasks (1, 2, 3, and 4) or entering an invalid value, the
program will show the list of options again.
2. Each of the first four tasks should be performed by a separate function.
3. The information about each student is composed of the following attributes: Name,
Surname, Specialization, and ID.
4. In the second options, if the student is found, its information will be shown on the
screen. Otherwise, an error message should be displayed instead.



Jun 04, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here