[填空題] 已有定義如下: struct node int data; structnode *next, *p; 以下語句調(diào)用malloc函數(shù),使
2021-07-20
[填空題] 已有定義如下:
struct node
int data;
structnode *next,
*p;
以下語句調(diào)用malloc函數(shù),使指針p指向一個具有struct node類型的動態(tài)存儲空間。請?zhí)羁铡?/p>
p=(______) malloc(sizeof(struct node));
正確答案:struct node*
詞條內(nèi)容僅供參考,如果您需要解決具體問題
(尤其在法律、醫(yī)學(xué)等領(lǐng)域),建議您咨詢相關(guān)領(lǐng)域?qū)I(yè)人士。