📜  连接字符串以及单词的大小.在 c++ 代码示例中

📅  最后修改于: 2022-03-11 14:44:47.881000             🧑  作者: Mango

代码示例1
#include
#include
using namespace std;
int main()
{
    char first[500];
    cout<<"what is your favorite word : ";
    cin>>first;
    cout<<(strcat(first," Is a good choice"))<