The document contains 10 programming experiments involving basic C programming concepts like functions, arrays, loops, conditional statements, etc. Each experiment has the aim, code implementation, and sample output for programs to calculate sphere volume and area, sum of digits in a number, triangle properties, Pythagorean triplets, prime numbers in a range, recursive functions to reverse a number, sum even numbers, bubble sort an array, and find common elements between two arrays.