填空题
以下程序的输出结果是【12】 。 main
1
{ char *p="abcdefgh",*r; long *q; q=(long*)p; q++; r=(char*)q; printf("%s/n",r); }
1、
【正确答案】
1、efgh
【答案解析】
提交答案
关闭