单项选择题

A.char str[5]="hello";
B.char str[]={'h','e','l','l','o'};
C.char str[5]={"hi"};
D.char str[100]="";