Skip to content

BiTech5/Banking-System-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Banking System in C

This is a simple banking system implemented in C programming language.

Features

  • Create accounts
  • Deposit money
  • Withdraw money
  • Check account balance

How to Compile

To compile the program, use any C compiler such as GCC.

gcc banking_system.c -o banking_system

How to Run

After compiling, run the executable.

./banking_system

Usage

Follow the on-screen menu to perform various banking operations.

##Sample Output Here's a sample output of the program:

Banking System Menu:
1. Create Account
2. Deposit
3. Withdraw
4. Check Balance
5. Exit
Enter your choice: 

Notes

  • Maximum number of accounts supported: 100
  • Maximum length of account holder name: 50 characters

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements

We welcome contributions to this project. If you have any improvements or suggestions, please fork the repository and submit a pull request.

About

This is a simple banking system implemented in C programming language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages