You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple student database management system made with the help of C language. It makes use of file handling and demonstrates how classes and objects in programming are implemented. This project enables one to add, list, alter, and delete records in a file using the C programming language. This application has been developed using Code::B…