C++ Program – Visual Studios
The topic will be used 5 times to demonstrate each data structure.One .CPP file for each. 5 Separate programs.
Program 1: Dynamic Array (pointers)
Program 2: Vector
Program 3: Linked List
Program 4: Stack
Program 5: Queue
Topic: Carl’s Cab Stand needs a program to keep track of theirdaily clients. Your program shall allow the user to enter 10 names.You will then retrieve the names, one by one, from the datastructure (using the appropriate method of retrieval for each datastructure) and present them on-screen so that Carl knows who toservice next. Include a printed line at the end of the programstating which
OR
OR