单项选择题

以下程序:
#include<stdio.h>
#include<string.h>
main()
char str[]="abcd\n\123\xab";
printf("%d",(str));
运行后的输出结果是( )。

A.10
B.9
C.7
D.14