Skip to content

hesamedine1410/StudentsList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student Management System

This project is a simple Student Management System implemented in C. It allows you to add, delete, search, sort, save, and load student records. The project is designed to be simple and easy to use, making it a great addition to your GitHub profile.

Features

  • Add Student: Add a new student to the list.
  • Delete Student: Delete a student from the list using their student ID.
  • Search Student: Search for a student by their student ID.
  • Sort Students: Sort the list of students by their average score.
  • Save to File: Save the list of students to a file.
  • Load from File: Load the list of students from a file.
  • Print Students: Print the list of all students.

Getting Started

Prerequisites

To compile and run this project, you need to have a C compiler installed on your system. For example, you can use gcc on Linux or MinGW on Windows.

Compilation

To compile the project, use the following command:

gcc -o student_management main.c student_management.c

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages