The document contains 14 problems related to arrays in C programming language. The problems cover topics like checking equality of two matrices, finding the transpose of a matrix, checking if a matrix is identity matrix, finding the sum of elements in each column of a matrix, multiplying two matrices, interchanging diagonals of a matrix, finding the sum of lower triangular matrix elements, checking for a winner in tic-tac-toe, checking if a matrix is symmetric, solving a scarecrow problem using a 1D array, finding intersection and union of two arrays, reversing elements of an array, and swapping elements of two arrays. Solutions to sample inputs are also provided for each problem.