下列程序段的输出结果是_____。charb[]="1234",*p=b;for(;*p;p+=2)printf("%s\n",

下列程序段的输出结果是_____。
charb[]="1234",*p=b;
for(;*p;p+=2)printf("%s\n",p+1);
【正确答案】:234