Students Database

Student_Database

A Pure C project

  • It simulates a database for students in college and is a useful and practical application that can have various features and functionalities.
  • The implementation likely involves using appropriate data structures which is Queue to efficiently store and manage the student records.
  • Right automation to simply run the project on any host machine that has a C compiler.
  • Friendly interface for the user to interact with.

To run the project on your machine:

1. Clone the repo.
2. Open the main folder in the terminal.
3. write the command `make`.
4. Interact with the output to get your desired result.

Google Drive

Working Code Functionality

1. Add students' data from a folder.

Add_From_File.mp4

2. Add student manually.

Add_Manually.mp4

3. Find the student By Roll Number.

Find_By_Roll_Num.mp4

4. Find the student By First Name.

Find_By_First_Name.mp4

5. Find Students Enrolled in a course.

Students_Registered_In_Courses.mp4

6. Get the total number of students.

total_students.mp4

7. Delete student with roll number.

delete_student.mp4

8. update The student Data.

update_fname_gpa.mp4
update_courses.mp4