单项选择题

有以下程序:
main()
char s[]="abcde";
s+=2;
printf"%d\n", s[0];
执行后的结果是( )。

A.输出字符a的ASCII码
B.输出字符C的ASCII码
C.输出字符C
D.程序出错