小程序运行时出错,编译没错,什么原因啊
#include<stdio.h>#include<string.h>
main()
{
char *str1,*str2;
str1="hdfsdfsdfsd";
str2="5334646646";
str1=strcat(str1,str2);
printf("%s\n",str1);
return 0;
}
这个小程序为什么运行时出错啊
编译没错
问题解决了谢谢 那你就把帖子删除了用悔悟卡 新人,来看学习的 新人,来看学习的
页:
[1]