以下C语言语句中,正确的是()
A:unsigned int a[2*3];
B:char s[N+1];
C:double f[];
D:float b[4]={1,2,3,4,5};
出自:计算机科学