填空题
C++提供了直接操作字符串的函数,包括字符串长度计算函数
1
、字符串拷贝函数
2
、字符串比较函数
3
、字符串连接函数
4
。
1、
2、
3、
4、
【正确答案】
1、Strlen, 2、strcpy, 3、strcmp, 4、strcat
【答案解析】
提交答案
关闭