C++ Visual Studios Program – Simple
The topic needs to be applied 5 different ways fordemonstration, one .CPP file for each. At the end Cout “Which datastructure is best”
Topic: Carl’s Cab Stand needs a program to keeptrack of their daily clients. Your program shall allow the user toenter 10 names. You will then retrieve the names, one by one, fromthe data structure (using the appropriate method of retrieval foreach data structure) and present them on-screen so that Carl knowswho to service next. Include a printed line at the end of theprogram stating which is the preferred data structure for thistask.
Dynamic Array
OR
OR