This is a simple Student Attendance Management System developed in C using:
- Modular Programming
- Header Files
- File Handling
- CRUD Operations
The system allows:
- Add Student
- View Students
- Update Student
- Delete Student
- Mark Attendance
- View Attendance
Data is stored permanently using text files.
📁 Project Structure
attendance_system/
│
├── main.c
├── student.h
├── student.c
├── attendance.h
├── attendance.c
├── file.h
├── file.c
├── students.txt
├── attendance.txt
├── README.md
💾 Files Used
- students.txt → stores student data
- attendance.txt → stores attendance records
Concepts Used
- Structure
- Arrays of structure
- Header files
- File handling
- Modular programming
- CRUD operations
- Loops and switch case
download link (click me)


No comments:
Post a Comment