typedef struct _node{ int value; struct _node*next; }Node; Node *head=NULL; head->value(是多少) head->next(是多少)
不知道是不是null如果是的话head->next中next是指针还是指针的内容
收起
Node* head
如果对你有帮助,还请点个采纳!谢谢
报告相同问题?