Question: You have been provided: (1) Function stubs for the operations of array-based list: Utility functions for array-based list: create_list, delete_list, add_item, remove_item, etc. (2) Main
You have been provided: (1) Function stubs for the operations of array-based list: Utility functions for array-based list: create_list, delete_list, add_item, remove_item, etc. (2) Main program provides a driver for testing your functions. It calls the menu function (operation menu). It includes the testing the operations of add, remove, find, etc. You are expected to: Complete the function stubs needed to implement the operations of array-based list you can implement.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
