单项选择题

若有如下程序;
main()
char *p="china"; p+=1;
printf("%d\n",p);
则程序运行后的输出结果是 ( )

A.china
B.字符h的地址
C.hina
D.字符h的ASCII码值