/ExpenseManager

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

Primary LanguageC

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