Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
21 views

Data Structure Using C: Project: Super Market Billing System

The document describes a C program for a supermarket billing system that allows a user to enter a customer number, number of products purchased, product names, and prices to generate a bill displaying the item details and grand total. The program implements data structures and arrays to store customer and product information.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views

Data Structure Using C: Project: Super Market Billing System

The document describes a C program for a supermarket billing system that allows a user to enter a customer number, number of products purchased, product names, and prices to generate a bill displaying the item details and grand total. The program implements data structures and arrays to store customer and product information.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 7

Data Structure using C

PROJECT: SUPER MARKET BILLING


SYSTEM

Made by:
Jaijit Rehal(21070123503)
Divyanshu phete(21070123502)
Context
1. Objective
2. Project description
3. Working
4. Learning outcomes
Objective
To create a bill user has following option:
1. Enter customer number
2. Enter number of product purchased
3. Enter name of product
4. Enter price of product
5. Then the grand total will be displayed
Project Description
Billing refers to the process of raising and sending invoices to customers
Code requires some input such as :
1. Enter customer number
2. Enter number of product purchased
3. Enter name of product
4. Enter price of product
When the user enter the above option and press enter his or her bill is generated
which displays their product name, price, and grand total.
Working of code
Learning Outcomes
1. We have learned how to implement the concept of data structures in a c
project
2. We have learned how to implement a array of element into a structure
3. We have learned how to use for loop, while statements to create a easy and
useful program.
Thank You

You might also like