Given that int a[3][4]={0}; the correct statement in the following is( )
A.
only a[0][0] can be initialized as 0
B.
there are syntax errors in the declaration
C.
all elements in array a will be initialized though the value of each element is not always 0
D.
all elements in array a will be initialized as 0