99年计算机等级二级笔试C语言真题
struct node
{ char data;
struct node * next;
};
.
.
.
_____18_____ creatlist( )
{ struct node * h,* s,* r; char ch;
h=(struct node *)malloc(sizeof(struct node));
r=h;
ch=getchar( );
{ s=(struct node *)malloc(sizeof(struct node));
s->data=____19____;
r->next=s; r=s;
ch=getchar( ); }
r->next=____20_____;
return h;
}
酷影网(ky530.com)转载请注明出处,http://www.ky530.com/ncre/02/99-NianJiSuanJiDengJiErJiBiShi-C-YuYanZhenDi-dpl1024.html
关键词:
- 精华推荐
-
- 热门文章
酷影网所提供的实习报告、调查报告、简历模板、英语四六级听力均收集自网络,版权归原作者所有。Copyright by www.ky530.com,2005-2007© all right reserved站长:酷影小何
蜀ICP备06001097号
蜀ICP备06001097号