0
5.7kviews
Write the program for array implementation of lists
1 Answer
written 2.9 years ago by |
Step 1: Start the program
Step 2: Initialize and declare variables using structure and arrays. Define the required size of header files
Step 3: Enter the operations to perform in the list as
a)Create a list
b)Insert
c)Delete
d)View
Step 4: Based on the operations choosing, the list elements …