标题:请问这个怎么修改
取消只看楼主
abc594986308
Rank: 3Rank: 3
等 级:论坛游侠
帖 子:168
专家分:116
注 册:2013-3-18
结帖率:82.93%
已结贴  问题点数:20 回复次数:0 
请问这个怎么修改
code]#include "stdio.h"
 
struct node
{
    char *p;
};
 
int main(void)
{
    struct node *a = (struct node *)malloc(sizeof(struct node));
    a->p = "hello";
    //strcpy(a->p, "hello");
    printf("%s\n", a->p);
    return 0;
}[code]
搜索更多相关主题的帖子: include return hello 
2015-07-22 14:04



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




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

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