Question: Title: Software Development of Electric Billing System. Aim: To develop a software application using the C programming language for an electric billing system. Requirements: 1
Title: Software Development of Electric Billing System.
Aim: To develop a software application using the C programming language for an electric billing system.
Requirements:
The application should be able to generate Electric bill for all the customers individually.
It should be possible to print the electric bill for a specific customer upon request.
It has to generate a monthly report also.
The data should be stored in three files in a secondary storage device;
a The customer details such as Name and their postal address along with electric meter number.
b The previous month reading along with electric meter number.
c Current month reading along with electric meter number.
Array of structures are to be used to store the data read from the file.
Dynamic memory allocation has to be used to allocate memory for the array of structures.
It should be menu driven and userfriendly.
Userdefined functions need to be used wherever possible to reduce the complexity of the program
with the introduction of modular structure.
Tariff Rates given in the table should be used for the calculation.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
