Skip to content

A simple bill management system written in C for the Programming Fundamentals (PF) course. Supports customer data handling, billing calculations, and file storage via a menu-driven interface.

Notifications You must be signed in to change notification settings

TahaCoder563/Bill-Management-System-PF-Project-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

9 Commits
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ’ก Bill Management System (PF Project)

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.


๐Ÿ“Œ Features

  • 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

๐Ÿง  Concepts Used

  • Functions and modular programming
  • File handling (for storing records)
  • Structures (struct) for organizing data
  • Conditional and loop statements
  • Basic input validation

โš™๏ธ How to Run

  1. Clone the repository:
    git clone https://github.com/TahaCoder563/Bill-Management-System-PF-Project-.git
    cd Bill-Management-System-PF-Project-
  2. Compile the project:
    gcc -o bill_system main.c
  3. Run the executable:
    ./bill_system

About

A simple bill management system written in C for the Programming Fundamentals (PF) course. Supports customer data handling, billing calculations, and file storage via a menu-driven interface.

Topics

Resources

Stars

Watchers

Forks

Languages