下列能正确定义字符串的语句是()。

8 查阅

下列能正确定义字符串的语句是()。

A.char str[]={'\064'};

B.char str="kx43";

C.char str='';

D.char str[]="\0";

参考答案:

答案:D