acmpesuecc / Bank-Management-System

MIT License
0 stars 18 forks source link
hacknight-2024 hacktoberfest

Banking Management System

This is a console-based Banking Management System written in C. The application allows users to perform banking operations such as creating a new account, viewing existing accounts, updating customer details, managing transactions, and deleting accounts.

Features

How to Run

  1. Clone this repository.
  2. Compile the code using any C compiler. For example, with GCC:
    
    gcc -o bank_management bank_management.c
  3. Run the executable
    
    bank_management.exe