下列数组中所需存储空间最大的是( )。
(A)char s1[11];
(B)char s2[] = "successfully";
(C)double d[] = {0};
(D)float f[3] = {0};
Copyright ©