Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 646 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 646 Bytes

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