1. Write a function to remove duplicate characters from a given string.
2. Given a sorted singly linked list, delete duplicate elements.
3. How do you detect and correct burst errors?
4. What is the difference between malloc and calloc?
5. Write code to insert a node to the middle of a linked list.