Question: a ) Declare the Customer structure and the Customerlist link list, using the information given above. b ) Insert FIVE new customers using a sequential

a) Declare the Customer structure and the Customerlist link list, using the
information given above.
b) Insert FIVE new customers using a sequential CustomeriD.
c) Search for a particular customer by its CustomerName.
d) Search for a particular customer by its DateofBirth.
e) Delete a particular customer by its CustomeriD.
f) Display a list of all customers.
The documentation to be submitted must include a short introduction to the problem
given, the program codes, and output screens (screen shots). You must submit the
documentation file and the .c program file.
The assessment will be based on the following criteria:
i. A proper writing of C codes and its structure
ii. The ability of program to be compiled and executed
iii. Implementation of correct programming techniques
iv. Complete documentation and correct submission
Note: You MUST write C programming codes for this assignment. Codes written in C++ will
not be accepted.
(50 marks)
a ) Declare the Customer structure and the

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!