单项选择题

下面程序段的输出结果是______。
char *s="abcde";
s+=2;printf("%d",s);

A.cde
B.字符'c'
C.字符'c'的地址
D.无确定的输出结果