单选题 下面函数的功能是______。
sss(s,t)
char*s,*t;
{while((*s)&&(*t)&&(*t++==s++));
return(*s-*t);
}
【正确答案】 B
【答案解析】