多项选择题

在定义char a[20]="hello";之后,可以正确输出数组a的值的语句是()

A.puts(a)
B.printf("%s",a)
C.gets(a)
D.scanf("%s",a)