【单选题】下面程序的功能是用字符指针变量作函数参数编程实现字符串连接函数strcat()的功能,将字符串srcStr连接到字符串dstStr的尾部。程序的运行结果如下:Please enter the source string:abcd↙Please enter the other string:efgh↙The concat is:abcdefgh按要求在空白处填写适当的表达式或语句,使程序完整并符合题...
【单选题】下面程序的功能是用 字符指针变量 作函数参数编程实现字符串连接函数strcat()的功能,将字符串srcStr连接到字符串dstStr的 尾部 。按要求在空白处填写适当的表达式或语句,使程序完整并符合题目要求。 程序的运行结果如下: Please enter the source string: abcd↙ Please enter the other string: efgh↙ The conc...