以下C语言语句中,正确的是()
A、
unsigned int a[2*3];
B、
char s[N+1];
C、
double f[];
D、
float b[4]={1,2,3,4,5};
出自:安徽继续教育在线-C语言程序设计