Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 698 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 698 Bytes

Bank Management System

A simple implementation of Bank management System in C programming lanaguage completed as a mini project.

Usage

    gcc main.c -o main.exe

Features

  • Admin mode and user mode

  • View all registered records at once as admin

  • Create, read, update and delete records (CRUD)

  • Search for particular record based on name or account

  • Transaction (balance enquiry, cash deposit, cash withdrawl)

Team

License

This project is licensed under the MIT License - see the LICENSE file for details