若有chara,b[80];,则正确的输出形式是()。
A.puts(a,b)
B.printf("%s,%s",a[],b[]);
C.putchar(a,b);
D.puts(a);puts(b);
正确答案:A
猜你喜欢