#include<stdfax.h>
#include <malloc.h>
#include <stdio.h>
#include<string.h>
int len;
int i=0;
struct date
{
int year;
int month;
int day;
};
struct Student
{
int age;
float score;
char name[100];
struct date birthday;
};
void Intput(struct Student *pu)
{
if(i<50)
{printf("第%d个学生的信息是\n",i+1);
printf("age=");
scanf("%d",&pu[i].age);
printf("name=");
scanf("%s",pu[i].name);
printf("score=");
scanf("%f",&pu[i].score);
printf("birthy=");
本内容试读结束,登录后可阅读更多
下载后可阅读完整内容,剩余3页未读,立即下载