下述函数的功能是( )。int fun(char *x

下述函数的功能是( )。

int fun(char *x)
{
    char *y=x;
    while(*y++);
    return y-x-1;
}
答案
C

题目信息

题号:1495
题型:单选题
难度:普通