Skip to content

Acc_Tracker is a C-based application for managing customer bank accounts. It allows users to input account details, display information, and process deposits. The program utilizes structures and arrays to efficiently handle account data, making it a practical tool for learning basic C programming concepts.

Notifications You must be signed in to change notification settings

harshitha-sheshagiri/C_CODES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Acc_Tracker is a simple C-based banking application that allows users to manage customer accounts. It provides functionality to read account details, display information, and process deposits.

Features: Enter account details: account number, user name, date of creation, account type, and initial balance. Display account information. Deposit funds into an account. Requirements: C compiler (e.g., GCC)

About

Acc_Tracker is a C-based application for managing customer bank accounts. It allows users to input account details, display information, and process deposits. The program utilizes structures and arrays to efficiently handle account data, making it a practical tool for learning basic C programming concepts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages