Skip to content

A c-based application leveraging file handling techniques such as binary files to manage account data persistently.

Notifications You must be signed in to change notification settings

mauryavinay1407/bank-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Bank Management

This Bank Management System is a C-based application leveraging file handling to manage account data persistently. It allows users to create accounts, deposit and withdraw money, and check balances, with all operations stored in a binary file (account.dat). The program uses efficient file management techniques like fread, fwrite, and fseek to update account details securely and ensure data integrity, providing a simple yet effective solution for basic banking operations.

About

A c-based application leveraging file handling techniques such as binary files to manage account data persistently.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages