下述程序的输出结果是( )。
#include
main()
{ char chE2][5]一{”1234”,”5678”},*p[2];
int i,j,s=0;
for(i=0;i<2;i++)
p[i]=ch[i];
{ s=p[i][j]一'0';
printf("%d",s);}
}