万能百科  > 计算机   > 

[填空题] 已有定义如下: struct node int data; structnode *next, *p; 以下语句调用malloc函数,使

2021-07-20   

[填空题] 已有定义如下:

struct node

int data;

structnode *next,

*p;

以下语句调用malloc函数,使指针p指向一个具有struct node类型的动态存储空间。请填空。

p=(______) malloc(sizeof(struct node));

正确答案:

struct node*

词条内容仅供参考,如果您需要解决具体问题
(尤其在法律、医学等领域),建议您咨询相关领域专业人士。

标签