为了账号安全,请及时绑定邮箱和手机立即绑定

#include <stdio.h> #include <string.h> int main() { char s1[100]=""; char s2[]="我爱,"; char s3[]="慕课网"; /*在以下补全代码*/ strcpy(s1,s2); strcat(s1,s3); printf("%s\n",s1); return 0; }

#include <stdio.h>

#include <string.h>

int main()

{

    char s1[100]="";

    char s2[]="我爱,";

    char s3[]="慕课网";

    /*在以下补全代码*/

    strcpy(s1,s2);

    strcat(s1,s3);

    printf("%s\n",s1);

    return 0;    

}


正在回答

1 回答

我又来看你了~

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

#include <stdio.h> #include <string.h> int main() { char s1[100]=""; char s2[]="我爱,"; char s3[]="慕课网"; /*在以下补全代码*/ strcpy(s1,s2); strcat(s1,s3); printf("%s\n",s1); return 0; }

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信