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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages