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.

Answers

Answered by imraaan
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.
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions