下列字符数组的初始化哪个是错误的( )
char a[]="helloc++";
char b[10]=("helloc++");
char c[8]="helloc++";
char d[10]={"helloc++"};