Skip to content

Expense Manager using Linked Lists in C, Awesome thing about this project is it keep track of your Expense data even after terminating program.

Notifications You must be signed in to change notification settings

yashpatel7025/ExpenseManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

ExpenseManager

Console based Expense Manager using Linked Lists in C

• Project just contains one ds1.c file as it is console based project but it contains big enough code

• Console based application where you can add and track your daily Expenses and Incomes, user can view past expenses and income data, This project is different and unique from other C language based projects because once the program is terminated it still holds all records as it fetches all data from file which holds all previous data.

• Project was developed using C Language with Linked List Data structure and File handling concepts

About

Expense Manager using Linked Lists in C, Awesome thing about this project is it keep track of your Expense data even after terminating program.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages