以下能正确定义字符串的语句是()。
A.char str[]={"\064"};
B.char str="kx43";
C.char str="";
D.char str[]="\0"
E.D
F.1
正确答案是D