The Bank Management System is a C program that simulates basic banking operations. It allows users to create accounts, perform transactions, view account data, edit accounts, and delete accounts. The project utilizes fundamental C programming concepts such as structs, functions, and control flow.
- User authentication with login/logout functionality
- Account creation with automatic IBAN generation
- Account editing and deletion
- Viewing account data
- Performing transactions with currency conversion support
- GCC compiler
- Linux/macOS/Windows environment (with GCC or MinGW installed)
- Upon running the program, you will be prompted to either log in or create a new account.
- If you choose to create an account, follow the prompts to enter your details.
- Once logged in, you can perform various actions such as viewing account data, performing transactions, editing your account, or deleting your account.
Cata039 - Jemna Catalina
