#2613. C语言程序设计教程(第三版)课后习题8.6
C语言程序设计教程(第三版)课后习题8.6
Cannot parse: Cannot read properties of null (reading 'length')
C语言程序设计教程(第三版)课后习题8.6
题目描述
写一函数concat,将两个字符串连接
输入说明
两行字符串
输出说明
连接后的字符串
样例
输入
123
abc
输出
123abc
Cannot parse: Cannot read properties of null (reading 'length')
写一函数concat,将两个字符串连接
两行字符串
连接后的字符串
123
abc
123abc