单项选择题
有字符数组a[80]和b[80],则正确的输出语句是 A.
puts(a,b); B.
printf(“%s,%s”,a[],b[]); C.
putchar(a,b); D.
puts(a); puts(b);
点击查看答案&解析
