[单选题]

若有定义和语句:

char s[10]:s=""abcd"";printf(""%s/n"",s);

则结果是(以下u代表空格)()

A . 输出abcd

B . 输出a

C . 输出abcduuuuu

D . 编译不通过

参考答案与解析: