How to create an student information system
Student information System Nile University of Nigeria requires new student information system for the university, the school hired you to create one using C programming language. They are expectations from you are: 1. they can be able to register a new intake using the Fresher's first name,last name,age department, an auto generated id to be assigned to the new student, then lastly, the student status will marked as "studying". 2. they should also be able to see all the students that are still "studying" in the school, note that students that are not studying shouldn't appear on the result. 3. The school also want to search a student by his id number or first name to see if that student exist or not. 4. The system can be able to change the status of a particular students from "studying" to "not studying" and vice versa. 5. The system should be able to delete a student record