The document contains examples of various programming tasks in C including checking if a number is even or odd, printing an integer entered by the user, counting the digits of an integer, checking if a character is an alphabet, finding the highest common factor of two numbers, calculating the factorial of a number, finding the number of vowels, consonants, digits and whitespace characters in a string, calculating the length of a string without using the strlen() function, manually copying a string, calculating the sum of natural numbers using while and for loops, displaying the Fibonacci series up to a given number of terms or until a value, and generating a multiplication table for a given number. The examples demonstrate the use of basic programming constructs like if-