网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
c语言 这个编程有什么问题? 怎么不能运行

void CreateList(struct stu *head){ struct stu=NULL; struct stu *temp=head; int i=1; printf("请输入5位学生的成绩;"); while(i<=5) { struct stu *newNode=(struct stu*)malloc(sizeof(struct stu)); newNode->next=NULL; newNode->index=i++; scanf("%f",&newNode->score); temp->next=newNode; temp->newNode; }}void (){ struct stu *head; head=(struct stu*)malloc(sizeof(struct stu)); head->next=NULL; CreateList(head);}void Insert(struct stu *head){ int index; float score; struct stu *NewNode=(struct stu *)malloc(sizeof(struct stu)); struct stu *p= head; printf("请输入要插入的学生编号;"); scanf("%d",&index); printf("请输入要插入的学生成绩:"); scanf("%f",&score); NewNode->index=index; NewNode->score=score; NewNode->next=NULL; printf("请输入要插入的位置;"); scanf("%d",&index); while(index>1&&p!=NULL) { p=p->next; index--; } NewNode->next=P->next; p->next=NewNode;}


参考答案

更多 “ c语言 这个编程有什么问题? 怎么不能运行 void CreateList(struct stu *head){ struct stu=NULL; struct stu *temp=head; int i=1; printf("请输入5位学生的成绩;"); while(i=5) { struct stu *newNode=(struct stu*)malloc(sizeof(struct stu)); newNode-next=NULL; newNode-index=i++; scanf("%f",score); temp-next=newNode; temp-newNode; }}void (){ struct stu *head; head=(struct stu*)malloc(sizeof(struct stu)); head-next=NULL; CreateList(head);}void Insert(struct stu *head){ int index; float score; struct stu *NewNode=(struct stu *)malloc(sizeof(struct stu)); struct stu *p= head; printf("请输入要插入的学生编号;"); scanf("%d", printf("请输入要插入的学生成绩:"); scanf("%f", NewNode-index=index; NewNode-score=score; NewNode-next=NULL; printf("请输入要插入的位置;"); scanf("%d", while(index1next; index--; } NewNode-next=P-next; p-next=NewNode;} ” 相关考题
考题 按照机器人作业水平的程度,机器人的编程语言有哪几种() A、动作级编程语言B、对象级编程语言C、任务级编程语言D、学习级编程语言

考题 请问各位谁有求职面试的经历啊? 请问考官都会问些什么问题,有什么回答技巧,我想不出来我有什么特长,如果他问这个,我不知道该怎么说啊.

考题 当编程器置于编程状态时,此时,即使基本单元由“停止”转成“运行”状态,基本单元也不能运行。()

考题 是正确的说法。A.C语言程序必须经过编译才能运行B.脚本语言程序只能在浏览器中执行C.JavaScnpt是一种超文本标记语言D.在可视化编程中,源程序不能被编译

考题 12、JavaScipt是一门()语言。A.运行在客户端弱类型编程语言B.强类型编程语言C.运行在服务端D.浏览器只有安装插件才能运行

考题 关于Python语言的特点,以下描述错误的是()。A.Python语言是解释型语言B.Python语言是动态编程语言C.Python语言是静态编程语言D.Python语言有多种编程环境

考题 30、下列属于C语言特点的是()。A.是一种介于机器语言和高级语言之间的程序编程语言,程序运行效率高。B.有丰富的数据类型和运算符,支持结构化编程。C.编译器版本多,支持Unix,Windows,Linux编程。D.C程序具有跨平台特性。E.支持脚本编程。

考题 下面属于Python编程语言特点的有?A.支持命令式编程B.支持函数式编程C.扩展库丰富D.代码运行效率高

考题 下列属于C语言特点的是()。A.是一种介于机器语言和高级语言之间的程序编程语言,程序运行效率高。B.有丰富的数据类型和运算符,支持结构化编程。C.编译器版本多,支持Unix,Windows,Linux编程。D.C程序具有跨平台特性。E.支持脚本编程。