This is a mini-project developed in C for managing student records and team creation. The program allows users to:
- Create and store student records 📘.
- Display all stored student records 📋.
- Create teams by pairing two students 🤝.
- Display all created teams 🏆.
- 📚 Student Database: Store up to 10 student records with details like roll number, name, and college name.
- 🤝 Team Creation: Pair two students to form a team and maintain a record of up to 10 teams.
- 💻 Interactive Menu: Provides an easy-to-use interface for navigating through the features.
- 🖥️ Windows Compatibility: The program is designed and tested to work in a Windows environment.
- 🔢 Storage Constraints:
- The program can store a maximum of 10 students and 10 teams due to predefined array sizes.
- 📖 Learning Phase:
- This is not the final version. The project is part of my learning journey, and improvements will be made as I gain more knowledge.
1️⃣ Compile the code using a C compiler like gcc
or any IDE supporting C 🖥️.
2️⃣ Execute the program on a Windows system 🎯.
- 🚀 Increase the storage limits for students and teams.
- 💾 Implement file-based storage to preserve data beyond program execution.
- 🎨 Enhance the user interface for better usability.
Processing.....
+++++ Welcome to Student & Team Management System +++++
1. Create New Student Record.
2. Display Student Table!
3. Create New Team
4. Display Team Table!
5. Exit.
Option: 1
--- Fillup Student details! ---
Roll NO: 123
Full Name: John Doe
College Name: XYZ University
Processing Data...
Student Successfully Created!
+ Collected Response +
Roll No: 123
Name: John Doe
College: XYZ University