以下选项中,没有编译错误的是( )
char str3[]={'d', 'e ','b','u','g','\0'};
char str1[5]="pass",str2[6]; str2=str1
char name[10];name="china";
char str4[];str4="hello world";