The document contains source code for multiple C programming assignments. The code includes programs to:
1) Convert a string to uppercase/lowercase, count characters, vowels, consonants, and spaces.
2) Perform binary search on an array.
3) Multiply two matrices.
4) Sort an array in ascending and descending order.
5) Calculate power of a number using recursion.
6) Print tables for multiplication from 1 to 10.