hello i need some answer on this topic 1) Write a program in C to create a singly linked list and write separate functions to perform the following operations on the linked list. add a node to the linked list. delete a node from the linked list. search for a node in the linked list.