You are on page 1of 1

Data Structure

Assignment 3

1. What is linked list? Describe it advantages our array and also explain all the opposition
on the linked list.
2. Differentiate between array and linked list

3. Write a program to create and display a linked list

4. Write a c program to read a single linked list and split it of the middle and make the
second half as the first and vice versa Display the final list.
5. Write a program to construct and delete elements in a stale using linked list.
6. .Write a C program to insert element in a circler linked list

You might also like