The program should allow the user via a menu to add an item


Question: I need help to write a program that uses a string array to store a list of items on a grocery list.

The program should allow the user (via a menu) to add an item to the list, clear the list, and display the list. You may assume that the list will never need to contain more than 10 items.

Functions for each 'function' of the program would be nice.

Add options to the program to edit and delete an item from the list. This type of program is called a CRUD program.

Can you write this program in c language? Define every function.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: The program should allow the user via a menu to add an item
Reference No:- TGS0947052

Expected delivery within 24 Hours