多项选择题

下列哪个选项是正确的对字符数组c进行初始化的语句:()

A.char c[5]={’h’,’e’,’l’,’l’,’o’}
B.char c[]={’h’,’e’,’l’,’l’,’o’}
C.char c[5]={"hello"}
D.char c[5]="hello"