通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
下面程序段运行结果是_________。
char *s1="AbcdEf",*s2="aB"; int t; s1++; t=(strcmp(s1,s2)>0); printf("%d\n",t);