单项选择题

A.printf('%s%s',s1[5],s2[7]);
B.printf('%c%c',s1,s2);
C.puts(s1);puts(s2);
D.puts(s1,s2);