The document contains the answers to 12 tasks/problems involving C programming concepts like arrays, matrices, strings, functions, recursion, structures, files etc. Each answer provides the full code to solve the problem. The tasks include programs to sort arrays, add matrices, count characters in strings, check palindromes, find prime numbers using functions, calculate factorials and Fibonacci terms recursively, define nested structures, and read/write numbers to files.