The document contains 14 questions related to C++ functions for arrays and 2D arrays. The questions cover topics like shifting array elements, finding extra elements in arrays, arranging positive and negative numbers, calculating row and column sums of 2D arrays, displaying diagonals and products of rows for 2D arrays, and swapping rows of a 2D array. Functions with appropriate parameters and logic are provided as answers to implement the described tasks.