匿名用户
1级
2008-08-11 回答
#include
#include
#include
#define E "%s%s%s%d"
#define F p->num,p->name,p->sex,&p->score
#define G " %s %-5s %s %4dn"
#define H i->num,i->name,i->sex,i->score
#define J "number name sex scoren"
struct student /*结构体定义*/
{char num[5];
char name[20];
char sex[2];
int score;
struct student *next;
};
int m=1;
struct student *creat() /*建立单向动态链表函数*/
{struct student *head;
struct student *p,*q;
head=p=q=(struct student *)malloc(sizeof(struct student));
printf("please input the information of students:n");
while(scanf(E,F),strcmp(p->num,"0")!=0)
{p=(struct student *)malloc(sizeof(struct student));
q->next=
相关知识
springboot179基于javaweb的流浪宠物管理系统的设计与实现
基于SSM+Vue的宠物管理系统
基于jsp的宠物领养与服务管理系统(源码+论文+部署讲解等)
RFID宠物溯源智能管理系统
基于Java+MySQL+SpringBoot的流浪宠物管理系统的设计与实现
Java基于JAVA语言的宠物寄养管理(开题+源码)
毕业设计:基于java的宠物管理系统设计与实现
基于Springboot+vue的宠物服务管理系统——LW模板
python+vue+elementui宠物猫店管理系统
社区宠物诊所管理系统
网址: c语言宠物管理系统,请用C语言编出一个简单的宠物管理系统。 https://m.mcbbbk.com/newsview62727.html
上一篇: 猫和宠物语言和声音翻译器 |
下一篇: pETs考试大揭秘:宠物语言的神 |