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
A console-based student record management system written in C. Stores up to 100 student records in memory using an array of structs, with full support for adding, searching, deleting, and displaying records.
A console-based banking application written in C that supports deposits, withdrawals, and balance checks with persistent file storage — balance survives between program runs.