Question 1  of   15

Consider the following array declaration. What are the default values of the array elements? int?[] a = new int?[3];

A. null
B. 3
C. 0
D. 1