下面程序的运行结果________。char*s1="

下面程序的运行结果________。

char*s1="AbcdEf",*s2=aB;
int t;
s1++;
t=(strcmp(s1,s2)>0);
printf("%d\n",t);
答案
第1空:1

题目信息

题号:7274
题型:填空题
难度:普通