单项选择题

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

A.char str[]='\064';
B.char str="\x43";
C.char str=";
D.char str[]="\0";