Data Structure Using C: Project: Super Market Billing System
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