问题描述:
[填空]
若已有如下定义: struct node{ int data; struct node *link; } *p; 并且希望通过语句“p=(struct node)malloc();”使得指针p指向一个具有struct node类型的动态存储空间,则该语句中的空白处(横线上方)应该填入()
参考答案:查看无
答案解析:无
☆收藏
答案解析:无
☆收藏
上一篇:假定一个链表中结点的结构类型为“struct AA{int data, struct AA *next;};”,则next数据成员的类型为()。
下一篇:有以下程序段 struct st {int x;int *y,*pt; int a[]={l,2},b[]={3,4}; strct st c[2]={10,a,20,b}; pt=c; 以下选项中表达式的值为11的是()
- 我要回答: 网友(216.73.216.96)
- 热门题目: 1.普通股票持有者拥有哪些权利? 2.物流网络由()和()组成。 3.基站设备的正常工作电压为()
