The document contains C program code snippets for solving various math and logic problems. These include programs to find roots of a quadratic equation, generate the Fibonacci series, find Armstrong numbers between intervals, check if a number is prime, and convert between binary, decimal and other number bases. It also includes programs to check for palindromes, calculate power of a number using a while loop, and convert decimal numbers to hexadecimal representation.