This is a C language based console project developed for the Programming Fundamentals (PF) course. The system allows users to manage utility bills, record customer information, and calculate total payments through a simple menu-driven interface.
- Add customer and bill information
- Calculate and display total bill amount
- Modify or delete bill records
- Console-based menu system
- Simple user interface with structured functions
- Functions and modular programming
- File handling (for storing records)
- Structures (
struct) for organizing data - Conditional and loop statements
- Basic input validation
- Clone the repository:
git clone https://github.com/TahaCoder563/Bill-Management-System-PF-Project-.git cd Bill-Management-System-PF-Project- - Compile the project:
gcc -o bill_system main.c
- Run the executable:
./bill_system