A simple console-based Bank Management System written in C. This project provides basic banking operations like creating accounts, depositing, withdrawing, displaying account details, and closing accounts.
- Create new accounts
- Deposit and withdraw money
- View account details
- Close (delete) accounts
- Menu-driven CLI interface
- GCC (MinGW on Windows) or any C compiler
- Terminal / Command Prompt
Using GCC:
gcc banksystem.c -o banksystemOn Windows with MinGW:
gcc banksystem.c -o banksystem.exe
On Unix / macOS / WSL:
./banksystemOn Windows (Command Prompt / PowerShell):
banksystem.exeFollow the on-screen menu to perform banking operations.
banksystem.c- Main source fileREADME.md- Project documentation
Author: 7aniishq