Write a C program to implement a singly linked list. The program should be able to perform the following operations:
i) Insert a node at the end of the list
ii) Deleting a particular element
iii) Display the linked list
i) Insert a node at the end of the list
ii) Deleting a particular element
iii) Display the linked list