为什么我的strcat不能对指针使用?

#include <stdio.h>
#include <string.h>
main()
{
	char *a="say";
	char *c="hello";
	strcat(a,c);
	printf("%s",a);
	return 0;
}


慕运维3592475
浏览 1959回答 1
1回答
打开App,查看更多内容
随时随地看视频慕课网APP