0
4.5kviews
Write the program for array implementation of lists
1 Answer
1
447views

CONSTRUCTION:

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 …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.