A.puts(a) B.printf("%s",a) C.gets(a) D.scanf("%s",a)
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.TRUE B.整型值 C.T D.非零整型值