Question 1  of   20

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

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