Skip to content
/ c_bank Public

C Bank is a simple banking system implemented in C language for second semester project.

Notifications You must be signed in to change notification settings

nsourov/c_bank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Bank

C Bank is a simple banking system implemented in C language. It allows users to perform basic banking operations such as checking balance, depositing money, withdrawing money, and changing PIN.

Features

  • Set PIN: Users can set their 4-digit PIN when they first open the application.
  • Check Balance: Users can check their current account balance.
  • Deposit Money: Users can deposit money into their account.
  • Withdraw Money: Users can withdraw money from their account.
  • Change PIN: Users can change their PIN for security purposes.

How to Run

gcc -o bank main.c menu.c operations.c pin.c && ./bank

Usage

  • When you first run the application, you will be prompted to set your PIN.
  • After setting the PIN, you can use the main menu to perform banking operations.
  • Follow the on-screen instructions to navigate through the menu and perform actions.

About

C Bank is a simple banking system implemented in C language for second semester project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages