The document contains 11 questions related to string manipulation and function problems in C programming. For each question, it provides the full source code of a C program that implements the given task. The questions cover topics such as reading and manipulating strings, calculating lengths, reversing strings, copying strings, comparing strings, counting characters, and defining and calling functions to perform operations on integers like addition, multiplication, factorial, prime checking etc.