Skip to content

7aniishq/Bank-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Bank Management System (C)

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.

Features ✅

  • Create new accounts
  • Deposit and withdraw money
  • View account details
  • Close (delete) accounts
  • Menu-driven CLI interface

Prerequisites 🔧

  • GCC (MinGW on Windows) or any C compiler
  • Terminal / Command Prompt

Build instructions 🛠️

Using GCC:

gcc banksystem.c -o banksystem

On Windows with MinGW:

gcc banksystem.c -o banksystem.exe

Run instructions ▶️

On Unix / macOS / WSL:

./banksystem

On Windows (Command Prompt / PowerShell):

banksystem.exe

Follow the on-screen menu to perform banking operations.

Project structure 📁

  • banksystem.c - Main source file
  • README.md - Project documentation

Author: 7aniishq

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages