The document contains 18 questions asking to write C programs for various tasks. These include swapping two numbers, finding roots of a quadratic equation, converting between Celsius and Fahrenheit scales, calculating simple interest, finding the sum and maximum of numbers, checking even/odd and positive/negative status, performing arithmetic operations using switch case, reversing numbers, and more. The document provides algorithms and sample C code to solve each problem.