单选题 有以下程序:
void main()
{ char str[][10]={"China","Beijing"},*p=str[0];
printf("%s/n",p+10);
}
程序运行后输出的结果是 ____
【正确答案】 B
【答案解析】