永发信息网

结构体指针~

答案:1  悬赏:20  手机版
解决时间 2021-07-16 19:05
  • 提问者网友:人生佛魔见
  • 2021-07-16 02:41

struct talot
{
int s;
struct node *p;
};
struct node
{
char data;
struct node *next;
};

这样写那后有什么问题么?

比如

struct talot *pa

pa->p->data

不能使用指针!

不知道为什么你!

请高手解释下!

最佳答案
  • 五星知识达人网友:持酒劝斜阳
  • 2021-07-16 03:47

试试pa->p.data

我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯