1. Write a program that reads the name, age and salary of 10 persons and perform the following operations on it.

a. View the list
b. Insert the elements in different locations of linked list and view it.
c. Search any element from the linked list
d. Delete record again view the list after deletion.

1. Write a program that reads the name, age and salary of 10 persons and perform the following operations on it.

a. View the list
b. Insert the elements in different locations of linked list and view it.
c. Search any element from the linked list
d. Delete record again view the list after deletion.