单项选择题

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

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