Skip to content

Abhi8908/C-Bank-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

The C Bank Management System is a console-based application developed in C to manage banking operations effectively. This system allows users to create accounts, perform transactions, and manage customer information, all while providing a user-friendly experience.

Features User Authentication: Secure login for bank employees. Account Management: Create, view, update, and delete accounts. Transaction Processing: Deposit, withdraw, and transfer funds. Balance Inquiry: Check account balances and transaction history. Customer Management: Manage customer details and account information. Menu-driven Interface: Easy navigation through various options. Technologies Used Programming Language: C Data Storage: File handling (text files for persistent data storage) Usage Start the application: Run the compiled program. Log in: Use the default credentials to access the system (you can change these in the code). Manage Accounts: Select options to create, update, or delete accounts. Perform Transactions: Use the menu to deposit, withdraw, or transfer funds. View Account Details: Access account balance and transaction history. Code Structure bank_management_system.c: Main source file containing the application logic. accounts.txt: Data file for storing account information. transactions.txt: Data file for logging transactions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages