单项选择题

下列选项中错误的说明语句是

A.char a[ ]={'t','o','y','o','u','\0'};
B.char a[ ]={"toyou\0"};
C.char a[ ]="toyou\0";
D.char a[ ]='toyou\0';