c语言 main(){ char *p="abcdefgh",*r; long *q;q=(long*)p; q++; r=(char*)q; printf("%s\n",r);}程序输出结果 求解释