├── .gitignore ├── README.md ├── db.txt └── main.c /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AveyBD/student-management-system/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AveyBD/student-management-system/HEAD/README.md -------------------------------------------------------------------------------- /db.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AveyBD/student-management-system/HEAD/main.c --------------------------------------------------------------------------------