单项选择题
A.char str[]="hello"; B.char str[100]="hello"; C.char str[]={’h’,’e’,’l’,’l’,’o’}; D.char str[]={’hello’};
A.A B.a C.Z D.c
A.0 B.22 C.12 D.10