This C project mimics a small bank management system in a console-based environment.
FEATURES :
- can create account.
- edit account info.
- delete account.
- simulate a transaction
- Calculate interest amount.
And stores all the informations in a .txt file.
This program can be quite helpful for newbies in C language as a reference and for small college projects.
This is the first C project that I have done in first semester.