单项选择题

已知:char s[4]=〞cba〞;char *p; 执行语句列p=s;printf(〞%c\n〞,*p+1);后,其输出为()。

A.c
B.b
C.a
D.d