How would I write a nested for statement that initializes each element of the array t[2][5] to zero?

Also how do I display the elements of the first row of array t[2][5]?

Thank you.