SMS or Student Management System is a simple CLI based C program which can handle student data and store it in a .txt file.
- Clone the repository:
git clone https://github.com/ripgamer/SMS.git
- Navigate to the project directory:
cd SMS
- Compile the program:
gcc sms.c -o sms
- Run the program:
./sms
- Add a new student record ➕
- Display all student records 👁️
- Search for a student record by roll number 🔍
- Modify a student record ✏️
- Delete a student record ❌
sms.c
- source code file containing the main program logicstudents.txt
- text file where student records are stored
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
Made with ❤️ by RipGamer 🚀