我是C语言和Loadrunner的新手.
如何在C中进行字符串连接
伪代码:
String second = "sec"; String fouth = "four"; System.out.println("First string" + second +"Third" + fouth);
c cstring
c ×1
cstring ×1