Question: C++ language ABC Enterpnse needs to develop a simple program to store their customer details in the company portal. The details are customer's id, name
ABC Enterpnse needs to develop a simple program to store their customer details in the company portal. The details are customer's id, name and phone number. The program should be able to do the following: - Add and delete customer details - Print a complete list of customers - Determine who is calling given the customer's phone number (a) The company is given a choice to store the data in an array or a linked list. As a software engineer, propose a more suitable format of data starage (array or linked list) to the company considering the application descnbed above and justify your answer. (3 markah / marks)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
