标题:字符串函数strcpy
取消只看楼主
LGD335060087
Rank: 2
等 级:论坛游民
帖 子:36
专家分:13
注 册:2020-3-15
结帖率:80%
已结贴  问题点数:10 回复次数:0 
字符串函数strcpy
#include"stdio.h"
#include"stdlib.h"
int main(){
    char*dst="hello";
    char*src="word";

    printf("%s",strcpy(src,dst));
    return 0;
}
出现:Warning] incompatible implicit declaration of built-in function 'strcpy'怎么改
搜索更多相关主题的帖子: 字符串 函数 include char strcpy 
2020-03-25 11:23



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-500570-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 1.107617 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved