The document contains 5 code snippets demonstrating the use of various C functions: 1) A program that calculates the sum of 1/n from n=1 to 10 using a cast to convert n to a float. 2) A program that gets a single character input and prints a message based on the input. 3) A program that tests if a character is a letter, digit or other character using isalpha and isdigit functions. 4) A program that converts a character to uppercase if lowercase and vice versa using islower, toupper, tolower. 5) A program that converts a character to lowercase if uppercase and vice versa using isupper, tolower, toupper.