char *str=(char *)malloc(100);char str1[]="hello world";free(str);if(str!=NULL){strcpy(str,str1);}printf("%s\n",str);
程序最后会输出什么? 请写出答案,并说明理由!
书上没有啊还是解答一下吧
你运行一下不就知道了吗