Step 1: Understanding cofactors.
The cofactor of an element in a matrix is the signed determinant of the submatrix obtained by deleting the row and column containing that element. The sum of the cofactors of the elements of the second row is required.
Step 2: Finding the cofactors.
We compute the cofactors for the elements of the second row of the matrix:
\[
C_{11} = \text{det}\left(\begin{matrix} 0 & 4 & 1 \\ 2 & 1 & 1 \end{matrix}\right), \, C_{12} = \text{det}\left(\begin{matrix} -2 & 4 & 1 \\ 5 & 1 & 1 \end{matrix}\right), \, C_{13} = \text{det}\left(\begin{matrix} -2 & 0 & 1 \\ 5 & 2 & 1 \end{matrix}\right)
\]
After computing the determinants, we find the sum of the cofactors is 5.
Step 3: Conclusion.
Thus, the sum of the cofactors is 5, which makes option (C) the correct answer.