单项选择题

执行下列程序段后,*p的值是( ) char *p="asdf"; printf("%c",*(p+strlen(p)));

A.语句错误
B.s
C.d
D.a