多项选择题
下列哪个选项是正确的对字符数组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"
点击查看答案&解析

多项选择题
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"
微信扫一扫,加关注免费搜题