/SMS

student management system

Primary LanguageCMIT LicenseMIT

SMS (Student Management System)

SMS or Student Management System is a simple CLI based C program which can handle student data and store it in a .txt file.

Language

💻 Usage

  1. Clone the repository: git clone https://github.com/ripgamer/SMS.git
  2. Navigate to the project directory: cd SMS
  3. Compile the program: gcc sms.c -o sms
  4. Run the program: ./sms

✨ Features

  • 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 ❌

📁 File Structure

  • sms.c - source code file containing the main program logic
  • students.txt - text file where student records are stored

🤝 Contributing

Contributions are welcome! Please open an issue or submit a pull request.

📃 License

This project is licensed under the MIT License - see the LICENSE file for details.


Made with ❤️ by RipGamer 🚀