The document contains code for three C programs that use functions: 1) A program to delete n characters from a given position in a string using a delchar function. 2) A program to check if a string is a palindrome using an IsPalindrome function. 3) A program to insert a substring into a main string at a given position using functions.