单项选择题

下述函数功能是()。
int fun(char*x)
char*y=x;
while(*y++);
return y-s-1;

A、求字符串的长度
B、求字符串存放的位置
C、比较两个字符串的大小
D、将字符串x连接到字符串y后面