Skip to content

The "Bank Account Management System" is a simple console-based application written in C. It allows users to perform basic banking operations such as: - Deposit Money - Withdraw Money - Check Account Balance.

Notifications You must be signed in to change notification settings

vivekkale109/Bank-Account-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Bank Account Management System

πŸ“Œ Project Description

The "Bank Account Management System" is a simple console-based application written in C.
It allows users to perform basic banking operations such as:

  • Deposit Money
  • Withdraw Money
  • Check Account Balance

All account data is stored permanently in a file using C file handling functions.


πŸš€ Features

  • Deposit money into an account
  • Withdraw money from an account
  • Check account balance
  • Data stored in a file for permanent storage
  • Menu-driven interface
  • Uses structures to store account details

πŸ›  Concepts Used

  • C Structures (struct)
  • File Handling:
    • fopen()
    • fread()
    • fwrite()
    • fseek()
    • fclose()
  • switch statement
  • do-while loop
  • Conditional statements

πŸ“‚ Project Structure

Bank-Account-Management/ β”‚ β”œβ”€β”€ bank.c β†’ Main source code β”œβ”€β”€ bank.txt β†’ Data file (created automatically) └── README.md β†’ Project documentation


▢️ How to Compile and Run

Step 1: Compile

gcc bank.c -o bank

About

The "Bank Account Management System" is a simple console-based application written in C. It allows users to perform basic banking operations such as: - Deposit Money - Withdraw Money - Check Account Balance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages