单项选择题

有字符数组a[80]和b[80],则正确的输出语句是()

A.puts(a,b)
B.puts(a);puts(b)
C.printf("%s,%s",a[],b[])
D.putchar(a,b)