Dear Friends,

Please help me to answer this question in 'C'

You are given a singly linked list containing integer values.
i) Write a ‘C’ functions to add an element at the end of list.
ii) Write a ‘C’ functions to delete an element from the list, if it exists otherwise return null.

Please help me guys.

Thanks in advance.