单项选择题

char str[]="abc\0def\0ghi",*p=str;printf("%s",p+5);程序输出的结果是()。

A.ab
B.bc
C.ef
D.hi