-->
当前位置:首页 > 题库

PROGRAMMING:String connection

Luz5年前 (2021-05-10)题库474
This problem requires the preparation of procedures, the use of pointers to achieve the connection of two strings (can not use strcat function), and the connected string output.
###Input format:
Enter a line of non empty string (no more than 40 characters) ending with carriage return, and then enter a line of non empty string (no more than 40 characters) ending with carriage return.
###Output format:
One line outputs the new string after the connection of two strings.
###Input example:
```in
Beijing_
China
```
###Output example:
```out
Beijing_ China
```







answer:If there is no answer, please comment