Computer Science, asked by saxenaakhand001, 20 hours ago

Program - 10 # write a program to create a menu driven program using list. 1. Add 2. Delete 3. Searching 4. Display​

Answers

Answered by Ayushiprogod1000
0

Answer:

  • Creating an array of N Integer Elements

  • Display of array Elements with Suitable Headings

  • Inserting an Element (ELEM) at a given valid Position (POS)

  • Deleting an Element at a given valid Position (POS)

  • Exit.

Support the program with functions for each of the above operations.

Similar questions