REQUIREMENT/ASSIGNMENT QUESTION
An advertising firm has requested you to implement a Customer Management System that will keep up to a maximum of 100 customer records. The customer records to be kept are:
You would need to create a Customer structure and a link list called CustomerList. Write a C program that will be able to do the basic linked list operations for the CustomerList:
You are requested to test the Customer Management System developed by performing the following tasks:
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:
Note: You MUST write C programming codes for this assignment. Codes written in C++ will not be accepted.