试题详情

有语句char str1[10],str2[10]={"china"};则能将字符串china赋给数组str1的正确语句是( )。

Astr1={"china"};

Bstrcpy(str1,str2);

Cstr1=str2;

Dstrcpy(str2,str1);