【单选题】【 10.3a 】下面程序的功能是用 字符指针变量 作函数参数编程实现字符串连接函数 strcat() 的功能,将字符串 srcStr 连接到字符串 dstStr 的 尾部 。程序的运行结果如下: Please enter the source string: abcd ↙ Please enter the other string: efgh ↙ The concat is: abcdefgh ...
【单选题】【 10.6 】下面程序的功能是用 字符指针变量 作函数参数编程实现字符串连接函数 strcat() 的功能,将字符串 srcStr 连接到字符串 dstStr 的 尾部 。程序的运行结果如下: Please enter the source string: abcd ↙ Please enter the other string: efgh ↙ The concat is: abcdefgh 按...