注意:此页面搜索的是所有试题
下面函数的功能是( )。 void fun(char s1[ ], char s2[ ]) { while(*s2++=*s1++); }
·字符串比较
·字符串复制
·字符串连接
·字符串反向

参考答案