Welcome to the banking system project!
This project is a command-line application written in C language that provides a variety of functionalities related to managing bank accounts. Some of the features it includes are:
- Creating new accounts
- Modifying the information associated with existing accounts
- Transferring money between accounts
- Making deposits and withdrawals
- Deleting accounts
- Viewing a list of all accounts
The system uses file storage to keep track of the data associated with each account, making it easy to access and update this information as needed.
To run the application, simply compile the source code and run the executable. The application will prompt you to choose from a list of available actions. Simply follow the prompts to use the various features of the system.
We hope you find this project useful! If you have any questions or encounter any issues while using it, please don't hesitate to contact us or open an issue on GitHub.